Kaydet (Commit) 707e384a authored tarafından Brett Cannon's avatar Brett Cannon

Deprecate GLWS from IRIX for removal in 3.0.

üst 82bd94e6
from warnings import warnpy3k
warnpy3k("the GLWS module has been removed in Python 3.0", stacklevel=2)
del warnpy3k
NOERROR = 0 NOERROR = 0
NOCONTEXT = -1 NOCONTEXT = -1
NODISPLAY = -2 NODISPLAY = -2
......
from warnings import warnpy3k
warnpy3k("the GLWS module has been removed in Python 3.0", stacklevel=2)
del warnpy3k
NOERROR = 0 NOERROR = 0
NOCONTEXT = -1 NOCONTEXT = -1
NODISPLAY = -2 NODISPLAY = -2
......
...@@ -134,7 +134,7 @@ class TestStdlibRemovals(unittest.TestCase): ...@@ -134,7 +134,7 @@ class TestStdlibRemovals(unittest.TestCase):
inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb',
'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', 'cdplayer', 'CL', 'cl', 'DEVICE', 'GL',
'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl', 'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl',
'fm', 'GET'), 'fm', 'GET', 'GLWS'),
'darwin' : ('autoGIL', 'Carbon', 'OSATerminology', 'darwin' : ('autoGIL', 'Carbon', 'OSATerminology',
'icglue', 'Nav', 'MacOS', 'aepack', 'icglue', 'Nav', 'MacOS', 'aepack',
'aetools', 'aetypes', 'applesingle', 'aetools', 'aetypes', 'applesingle',
......
...@@ -32,7 +32,9 @@ Extension Modules ...@@ -32,7 +32,9 @@ Extension Modules
Library Library
------- -------
- The GET module from IRIX has been deprecate for removal in Python 3.0. - The GLWS module from IRIX has been deprecated for removal in Python 3.0.
- The GET module from IRIX has been deprecated for removal in Python 3.0.
- The fm module from IRIX has been deprecated for removal in Python 3.0. - The fm module from IRIX has been deprecated for removal in Python 3.0.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment