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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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
  /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
  /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
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
statvfs.py 2 from warnings import warnpy3k
3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
testall.py 2 from warnings import warnpy3k
3 warnpy3k("the test.testall module has been removed in Python 3.0",
5 del warnpy3k
  /prebuilts/gdb/linux-x86/lib/python2.7/
statvfs.py 2 from warnings import warnpy3k
3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
testall.py 2 from warnings import warnpy3k
3 warnpy3k("the test.testall module has been removed in Python 3.0",
5 del warnpy3k
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
statvfs.py 2 from warnings import warnpy3k
3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
testall.py 2 from warnings import warnpy3k
3 warnpy3k("the test.testall module has been removed in Python 3.0",
5 del warnpy3k
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
statvfs.py 2 from warnings import warnpy3k
3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
__init__.py 6 from warnings import warnpy3k
7 warnpy3k("In 3.x, the Carbon package is removed.", stacklevel=2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
__init__.py 8 from warnings import warnpy3k
9 warnpy3k("In 3.x, the _builtinSuites module is removed.", stacklevel=2)

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>