]> granicus.if.org Git - python/commit
#14062: fix BytesParser handling of linesep for Header objects
authorR David Murray <rdmurray@bitdance.com>
Wed, 14 Mar 2012 18:05:03 +0000 (14:05 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 14 Mar 2012 18:05:03 +0000 (14:05 -0400)
commit9fd170e2d053bd86592b8728bdd00cf2d2a06d0b
tree3bbd815324702f30da3971990a5a6c7641ab52e3
parent525fd5447d0fdd6209a57090af65cbb811ad5999
#14062: fix BytesParser handling of linesep for Header objects

This also affected smtplib.SMTP.send_message, which calls BytesParser.
Lib/email/generator.py
Lib/email/test/test_email.py
Misc/NEWS