Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b239ab9 commit f9db011Copy full SHA for f9db011
Lib/email/test/test_email_renamed.py
@@ -513,11 +513,6 @@ def test_encode_empty_payload(self):
513
msg.set_charset('us-ascii')
514
eq(msg['content-transfer-encoding'], '7bit')
515
516
- def test_default_cte(self):
517
- eq = self.assertEqual
518
- msg = MIMEText('hello world')
519
- eq(msg['content-transfer-encoding'], '7bit')
520
-
521
def test_default_cte(self):
522
eq = self.assertEqual
523
# With no explicit _charset its us-ascii, and all are 7-bit
0 commit comments