diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py index 45991569670..926c6bf5867 100644 --- a/Lib/email/test/test_email.py +++ b/Lib/email/test/test_email.py @@ -1604,10 +1604,10 @@ class TestMiscellaneous(unittest.TestCase): all = module.__all__ all.sort() self.assertEqual(all, ['Charset', 'Encoders', 'Errors', 'Generator', - 'Header', 'Iterators', 'MIMEAudio', - 'MIMEBase', 'MIMEImage', 'MIMEMessage', - 'MIMEText', 'Message', 'Parser', - 'Utils', 'base64MIME', + 'Header', 'Iterators', 'MIMEAudio', 'MIMEBase', + 'MIMEImage', 'MIMEMessage', 'MIMEMultipart', + 'MIMENonMultipart', 'MIMEText', 'Message', + 'Parser', 'Utils', 'base64MIME', 'message_from_file', 'message_from_string', 'quopriMIME'])