/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
statvfs.py | 2 from warnings import warnpy3k namespace 3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2) 4 del warnpy3k
|
new.py | 6 from warnings import warnpy3k namespace 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 namespace 22 warnpy3k("the commands module has been removed in Python 3.0; " 24 del warnpy3k
|
dircache.py | 6 from warnings import warnpy3k namespace 7 warnpy3k("the dircache module has been removed in Python 3.0", stacklevel=2) 8 del warnpy3k
|
mutex.py | 14 from warnings import warnpy3k namespace 15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2) 16 del warnpy3k
|
user.py | 23 from warnings import warnpy3k namespace 24 warnpy3k("the user module has been removed in Python 3.0", stacklevel=2) 25 del warnpy3k
|
dbhash.py | 5 warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2)
|
sunaudio.py | 2 from warnings import warnpy3k namespace 3 warnpy3k("the sunaudio module has been removed in Python 3.0; " 5 del warnpy3k
|
Bastion.py | 28 from warnings import warnpy3k namespace 29 warnpy3k("the Bastion module has been removed in Python 3.0", stacklevel=2) 30 del warnpy3k
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
testall.py | 2 from warnings import warnpy3k namespace 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 namespace 3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2) 4 del warnpy3k
|
new.py | 6 from warnings import warnpy3k namespace 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 namespace 22 warnpy3k("the commands module has been removed in Python 3.0; " 24 del warnpy3k
|
dircache.py | 6 from warnings import warnpy3k namespace 7 warnpy3k("the dircache module has been removed in Python 3.0", stacklevel=2) 8 del warnpy3k
|
mutex.py | 14 from warnings import warnpy3k namespace 15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2) 16 del warnpy3k
|
user.py | 23 from warnings import warnpy3k namespace 24 warnpy3k("the user module has been removed in Python 3.0", stacklevel=2) 25 del warnpy3k
|
dbhash.py | 5 warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2)
|
sunaudio.py | 2 from warnings import warnpy3k namespace 3 warnpy3k("the sunaudio module has been removed in Python 3.0; " 5 del warnpy3k
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
testall.py | 2 from warnings import warnpy3k namespace 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/plat-mac/Carbon/ |
__init__.py | 6 from warnings import warnpy3k namespace 7 warnpy3k("In 3.x, the Carbon package 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 namespace 9 warnpy3k("In 3.x, the _builtinSuites module is removed.", stacklevel=2)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
icopen.py | 40 from warnings import warnpy3k namespace 41 warnpy3k("In 3.x, the icopen module is removed.", stacklevel=2)
|
appletrunner.py | 6 from warnings import warnpy3k namespace 7 warnpy3k("In 3.x, the appletrunner module is removed.", stacklevel=2)
|
bgenlocations.py | 10 from warnings import warnpy3k namespace 11 warnpy3k("In 3.x, the bgenlocations module is removed.", stacklevel=2)
|
terminalcommand.py | 17 from warnings import warnpy3k namespace 18 warnpy3k("In 3.x, the terminalcommand module is removed.", stacklevel=2)
|