diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 02:33:55 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 02:33:55 (GMT) |
| commit | 044616aa244a7b78c27d774143ad17a72467d4ef (patch) | |
| tree | 538a2b2024640ece6b792627f1d4829de1ea129a /Lib/test/test_py3kwarn.py | |
| parent | 3a1693a989e4430490e5da25a055042eb6ac3794 (diff) | |
| download | cpython-044616aa244a7b78c27d774143ad17a72467d4ef.zip cpython-044616aa244a7b78c27d774143ad17a72467d4ef.tar.gz cpython-044616aa244a7b78c27d774143ad17a72467d4ef.tar.bz2 | |
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
| -rw-r--r-- | Lib/test/test_py3kwarn.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index e622284..4a08c51 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -132,7 +132,8 @@ class TestStdlibRemovals(unittest.TestCase): 'Bastion', 'compiler', 'dircache', 'fpformat', 'ihooks', 'mhlib') inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', - 'cdplayer', 'CL', 'cl'), + 'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', + 'gl'), 'darwin' : ('autoGIL', 'Carbon', 'OSATerminology', 'icglue', 'Nav', 'MacOS', 'aepack', 'aetools', 'aetypes', 'applesingle', |
