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 8692456 commit 5736d59Copy full SHA for 5736d59
1 file changed
Lib/test/test_email/test_contentmanager.py
@@ -379,7 +379,7 @@ def test_set_text_charset_shift_jis(self):
379
Content-Type: text/plain; charset="iso-2022-jp"
380
Content-Transfer-Encoding: 7bit
381
382
- \x1b$BF|K\\8l\x1b(B
+ \u65e5\u672c\u8a9e
383
""").encode('iso-2022-jp'))
384
385
def test_set_text_charset_euc_jp(self):
@@ -399,7 +399,7 @@ def test_set_text_charset_euc_jp(self):
399
400
401
402
403
404
405
def test_set_text_plain_long_line_heuristics(self):
0 commit comments