]> granicus.if.org Git - python/commit
#14062: fix BytesParser handling of Header objects
authorR David Murray <rdmurray@bitdance.com>
Wed, 14 Mar 2012 18:24:22 +0000 (14:24 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 14 Mar 2012 18:24:22 +0000 (14:24 -0400)
commit8d8f11049265f4e53b2d97f5caa73c4ca0ee7875
tree9e5f681a88bd3b4c905f424a87ea03406a05f38a
parent9d8c18665004755d87ba891a822265199a160609
parent9fd170e2d053bd86592b8728bdd00cf2d2a06d0b
#14062: fix BytesParser handling of Header objects

This is a different fix than the 3.2 fix, but the new tests are the same.

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