mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
add py3k warnings to rfc822
This commit is contained in:
parent
6fd3321d6c
commit
26305a03e3
5 changed files with 10 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue