diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:29:18 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:29:18 +0000 |
commit | 707e384a7a42a90fd39754e89638ddadef722030 (patch) | |
tree | 71a6d0f01de88802b5370dabfa3d1d90a3ee01f4 /Lib/test/test_py3kwarn.py | |
parent | 82bd94e6510aed32d022267a56f398f926eb0907 (diff) | |
download | cpython-git-707e384a7a42a90fd39754e89638ddadef722030.tar.gz |
Deprecate GLWS from IRIX for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r-- | Lib/test/test_py3kwarn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index bc4a7a76c2..b7199a3c30 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -134,7 +134,7 @@ class TestStdlibRemovals(unittest.TestCase): inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', 'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', 'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl', - 'fm', 'GET'), + 'fm', 'GET', 'GLWS'), 'darwin' : ('autoGIL', 'Carbon', 'OSATerminology', 'icglue', 'Nav', 'MacOS', 'aepack', 'aetools', 'aetypes', 'applesingle', |