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

1 2 3 4 5 6 7 8 910

  /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
  /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
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
  /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
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
  /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
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
  /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
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
  /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
  /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)
  /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)
  /prebuilts/python/darwin-x86/2.7.5/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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
icopen.py 40 from warnings import warnpy3k
41 warnpy3k("In 3.x, the icopen module is removed.", stacklevel=2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 40 from warnings import warnpy3k
41 warnpy3k("In 3.x, the icopen module is removed.", stacklevel=2)

Completed in 451 milliseconds

1 2 3 4 5 6 7 8 910