diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-14 21:12:12 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-14 21:12:12 (GMT) |
commit | 650f5161f45390bc3b621bc7db9edfd54e7f59b9 (patch) | |
tree | 53165bcdac718396ee4afb64ce5a35961e9db54f /Lib/test/test_py3kwarn.py | |
parent | 54c77aa4595a9896f45390d0d0ce6ff47870cca0 (diff) | |
download | cpython-650f5161f45390bc3b621bc7db9edfd54e7f59b9.zip cpython-650f5161f45390bc3b621bc7db9edfd54e7f59b9.tar.gz cpython-650f5161f45390bc3b621bc7db9edfd54e7f59b9.tar.bz2 |
Deprecate CL, CL_old, and cl for 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 2b9eac4..78dd53d 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -132,7 +132,7 @@ class TestStdlibRemovals(unittest.TestCase): 'Bastion', 'compiler', 'dircache', 'fpformat', 'ihooks', 'mhlib') inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', - 'cdplayer'), + 'cdplayer', 'CL', 'cl'), 'darwin' : ('autoGIL', 'Carbon', 'OSATerminology', 'icglue', 'Nav', 'MacOS', 'aepack', 'aetools', 'aetypes', 'applesingle', |