HomeSort by relevance Sort by last modified time
    Searched refs:warnpy3k (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/python/cpython2/Lib/plat-irix5/
panelparser.py 7 from warnings import warnpy3k
8 warnpy3k("the panelparser module has been removed in Python 3.0", stacklevel=2)
9 del warnpy3k
GLWS.py 1 from warnings import warnpy3k
2 warnpy3k("the GLWS module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
CD.py 1 from warnings import warnpy3k
2 warnpy3k("the CD module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
WAIT.py 2 from warnings import warnpy3k
3 warnpy3k("the WAIT module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
AL.py 1 from warnings import warnpy3k
2 warnpy3k("the AL module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
CL.py 3 from warnings import warnpy3k
4 warnpy3k("the CL module has been removed in Python 3.0", stacklevel=2)
5 del warnpy3k
  /external/python/cpython2/Lib/plat-irix6/
panelparser.py 7 from warnings import warnpy3k
8 warnpy3k("the panelparser module has been removed in Python 3.0", stacklevel=2)
9 del warnpy3k
GLWS.py 1 from warnings import warnpy3k
2 warnpy3k("the GLWS module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
CD.py 1 from warnings import warnpy3k
2 warnpy3k("the CD module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
AL.py 1 from warnings import warnpy3k
2 warnpy3k("the AL module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
CL.py 3 from warnings import warnpy3k
4 warnpy3k("the CL module has been removed in Python 3.0", stacklevel=2)
5 del warnpy3k
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
statvfs.py 2 from warnings import warnpy3k
3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
new.py 6 from warnings import warnpy3k
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
9 del warnpy3k
commands.py 21 from warnings import warnpy3k
22 warnpy3k("the commands module has been removed in Python 3.0; "
24 del warnpy3k
dircache.py 6 from warnings import warnpy3k
7 warnpy3k("the dircache module has been removed in Python 3.0", stacklevel=2)
8 del warnpy3k
mutex.py 14 from warnings import warnpy3k
15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2)
16 del warnpy3k
user.py 23 from warnings import warnpy3k
24 warnpy3k("the user module has been removed in Python 3.0", stacklevel=2)
25 del warnpy3k
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
testall.py 2 from warnings import warnpy3k
3 warnpy3k("the test.testall module has been removed in Python 3.0",
5 del warnpy3k
  /external/python/cpython2/Lib/
statvfs.py 2 from warnings import warnpy3k
3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
new.py 6 from warnings import warnpy3k
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
9 del warnpy3k
  /external/python/cpython2/Lib/test/
testall.py 2 from warnings import warnpy3k
3 warnpy3k("the test.testall module has been removed in Python 3.0",
5 del warnpy3k
  /external/python/cpython2/Lib/plat-mac/Carbon/
__init__.py 6 from warnings import warnpy3k
7 warnpy3k("In 3.x, the Carbon package is removed.", stacklevel=2)
  /external/python/cpython2/Lib/plat-sunos5/
SUNAUDIODEV.py 4 from warnings import warnpy3k
5 warnpy3k("the SUNAUDIODEV module has been removed in Python 3.0", stacklevel=2)
6 del warnpy3k
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
__init__.py 8 from warnings import warnpy3k
9 warnpy3k("In 3.x, the _builtinSuites module is removed.", stacklevel=2)
  /external/python/cpython2/Lib/plat-mac/
icopen.py 40 from warnings import warnpy3k
41 warnpy3k("In 3.x, the icopen module is removed.", stacklevel=2)

Completed in 333 milliseconds

1 2 3 4 5 6