Home
last modified time | relevance | path

Searched refs:warnpy3k (Results 1 – 25 of 118) sorted by relevance

12345

/external/python/cpython2/Lib/test/
Dtestall.py2 from warnings import warnpy3k
3 warnpy3k("the test.testall module has been removed in Python 3.0",
5 del warnpy3k
/external/python/cpython2/Lib/
Dstatvfs.py2 from warnings import warnpy3k
3 warnpy3k("the statvfs module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
Dnew.py6 from warnings import warnpy3k
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
9 del warnpy3k
Duser.py23 from warnings import warnpy3k
24 warnpy3k("the user module has been removed in Python 3.0", stacklevel=2)
25 del warnpy3k
Dmutex.py14 from warnings import warnpy3k
15 warnpy3k("the mutex module has been removed in Python 3.0", stacklevel=2)
16 del warnpy3k
Ddircache.py6 from warnings import warnpy3k
7 warnpy3k("the dircache module has been removed in Python 3.0", stacklevel=2)
8 del warnpy3k
Dcommands.py21 from warnings import warnpy3k
22 warnpy3k("the commands module has been removed in Python 3.0; "
24 del warnpy3k
Dsunaudio.py2 from warnings import warnpy3k
3 warnpy3k("the sunaudio module has been removed in Python 3.0; "
5 del warnpy3k
DBastion.py28 from warnings import warnpy3k
29 warnpy3k("the Bastion module has been removed in Python 3.0", stacklevel=2)
30 del warnpy3k
/external/python/cpython2/Lib/plat-irix6/
DGLWS.py1 from warnings import warnpy3k
2 warnpy3k("the GLWS module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
DCD.py1 from warnings import warnpy3k
2 warnpy3k("the CD module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
DCL.py3 from warnings import warnpy3k
4 warnpy3k("the CL module has been removed in Python 3.0", stacklevel=2)
5 del warnpy3k
DAL.py1 from warnings import warnpy3k
2 warnpy3k("the AL module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
DGET.py2 from warnings import warnpy3k
3 warnpy3k("the GET module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
Dpanelparser.py7 from warnings import warnpy3k
8 warnpy3k("the panelparser module has been removed in Python 3.0", stacklevel=2)
9 del warnpy3k
/external/python/cpython2/Lib/plat-irix5/
DGLWS.py1 from warnings import warnpy3k
2 warnpy3k("the GLWS module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
DCD.py1 from warnings import warnpy3k
2 warnpy3k("the CD module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
DCL.py3 from warnings import warnpy3k
4 warnpy3k("the CL module has been removed in Python 3.0", stacklevel=2)
5 del warnpy3k
DWAIT.py2 from warnings import warnpy3k
3 warnpy3k("the WAIT module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
DAL.py1 from warnings import warnpy3k
2 warnpy3k("the AL module has been removed in Python 3.0", stacklevel=2)
3 del warnpy3k
DGET.py2 from warnings import warnpy3k
3 warnpy3k("the GET module has been removed in Python 3.0", stacklevel=2)
4 del warnpy3k
Dpanelparser.py7 from warnings import warnpy3k
8 warnpy3k("the panelparser module has been removed in Python 3.0", stacklevel=2)
9 del warnpy3k
/external/python/cpython2/Lib/plat-sunos5/
DSUNAUDIODEV.py4 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/Carbon/
D__init__.py6 from warnings import warnpy3k
7 warnpy3k("In 3.x, the Carbon package is removed.", stacklevel=2)
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
D__init__.py8 from warnings import warnpy3k
9 warnpy3k("In 3.x, the _builtinSuites module is removed.", stacklevel=2)

12345