diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-12 22:33:06 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-12 22:33:06 +0000 |
commit | 26305a03e3d501f9338af3f1373f8ec7da88838f (patch) | |
tree | c69a1822ec0f2412e726257a5fec4ab310c0e6b2 /Lib/test/test_py3kwarn.py | |
parent | 6fd3321d6c2d374f4d46534e630b822e7da4310e (diff) | |
download | cpython-git-26305a03e3d501f9338af3f1373f8ec7da88838f.tar.gz |
add py3k warnings to rfc822
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 b2dc8cd9b3..a289cc765d 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -198,7 +198,7 @@ class TestStdlibRemovals(unittest.TestCase): # import side-effect. all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec', 'Bastion', 'compiler', 'dircache', 'mimetools', 'fpformat', - 'ihooks', 'mhlib', 'statvfs', 'htmllib', 'sgmllib') + 'ihooks', 'mhlib', 'statvfs', 'htmllib', 'sgmllib', 'rfc822') inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', 'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', 'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl', |