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 b2dc8cd..a289cc7 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',  | 
