diff options
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',  | 
