]> granicus.if.org Git - python/commit
"Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things...
authorBarry Warsaw <barry@python.org>
Mon, 30 Mar 2009 23:12:30 +0000 (23:12 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Mar 2009 23:12:30 +0000 (23:12 +0000)
commit70d61cedf7b2efe358d11a6a14fe654f21f2598c
treec85e376ced8722559702621905cfdf2fd6f4f5e1
parent35d1f00902d6665f7f833bda5fad2fb6c0efce95
"Port" the fix for issue 1974 from the trunk (2.7).  Because Python 3.x does things much better, less changes are necessary.

This also shoves test_email_codecs_rename.py onto test_email_codecs.py even though the test needs to be ported to Python 3.
Doc/library/email.header.rst
Lib/email/generator.py
Lib/email/test/test_email.py
Lib/email/test/test_email_codecs.py
Lib/email/test/test_email_codecs_renamed.py [deleted file]