diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-12 14:23:49 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-12 14:23:49 +0000 |
commit | a03722f2784f65d499b94bea348f884999922e38 (patch) | |
tree | c199c0f1e97c604b751a20b82db5c6456044b641 /Lib/test/test_py3kwarn.py | |
parent | ffae306784a067c9a604856e0886fa9d5e716337 (diff) | |
download | cpython-git-a03722f2784f65d499b94bea348f884999922e38.tar.gz |
deprecated mimetools
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 768be285f9..b2dc8cd9b3 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -197,7 +197,7 @@ class TestStdlibRemovals(unittest.TestCase): # test.testall not tested as it executes all unit tests as an # import side-effect. all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec', - 'Bastion', 'compiler', 'dircache', 'fpformat', + 'Bastion', 'compiler', 'dircache', 'mimetools', 'fpformat', 'ihooks', 'mhlib', 'statvfs', 'htmllib', 'sgmllib') inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', 'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', |