diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-14 21:08:41 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-14 21:08:41 +0000 |
commit | 54c77aa4595a9896f45390d0d0ce6ff47870cca0 (patch) | |
tree | efa620f2daf0d00ba1a6682d86a1c07312807366 /Lib/test/test_py3kwarn.py | |
parent | 9eebe49d07fe2f596af9774dc5ec2531b4229913 (diff) | |
download | cpython-git-54c77aa4595a9896f45390d0d0ce6ff47870cca0.tar.gz |
Deprecate the cdplayer module for IRIX for 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 eca1989a2c..2b9eac43e4 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -131,7 +131,8 @@ class TestStdlibRemovals(unittest.TestCase): all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec', 'Bastion', 'compiler', 'dircache', 'fpformat', 'ihooks', 'mhlib') - inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb'), + inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', + 'cdplayer'), 'darwin' : ('autoGIL', 'Carbon', 'OSATerminology', 'icglue', 'Nav', 'MacOS', 'aepack', 'aetools', 'aetypes', 'applesingle', |