Index: Lib/email/test/test_email.py =================================================================== --- Lib/email/test/test_email.py (revision 80206) +++ Lib/email/test/test_email.py (working copy) @@ -554,11 +554,6 @@ def test_default_cte(self): eq = self.assertEqual - msg = MIMEText('hello world') - eq(msg['content-transfer-encoding'], '7bit') - - def test_default_cte(self): - eq = self.assertEqual # With no explicit _charset its us-ascii, and all are 7-bit msg = MIMEText('hello world') eq(msg['content-transfer-encoding'], '7bit')