Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9db011

Browse files
ZackerySpytzbenjaminp
authored andcommitted
closes bpo-36712: Fix duplicate method in Lib/email/test/test_email_renamed.py. (GH-14800)
1 parent b239ab9 commit f9db011

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/email/test/test_email_renamed.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,6 @@ def test_encode_empty_payload(self):
513513
msg.set_charset('us-ascii')
514514
eq(msg['content-transfer-encoding'], '7bit')
515515

516-
def test_default_cte(self):
517-
eq = self.assertEqual
518-
msg = MIMEText('hello world')
519-
eq(msg['content-transfer-encoding'], '7bit')
520-
521516
def test_default_cte(self):
522517
eq = self.assertEqual
523518
# With no explicit _charset its us-ascii, and all are 7-bit

0 commit comments

Comments
 (0)