]> granicus.if.org Git - python/commit
#14983: always add a line end after a MIME boundary marker.
authorR David Murray <rdmurray@bitdance.com>
Sat, 8 Feb 2014 22:54:12 +0000 (17:54 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sat, 8 Feb 2014 22:54:12 +0000 (17:54 -0500)
commit2cfae9b03f706e0d6889dfecc21f87419d926b00
tree4fe839211986e569c5b4c1f1bd3db9ef4260b8ca
parent4ade2d25fc585876540ac9d591a44469fd853462
#14983: always add a line end after a MIME boundary marker.

This is more RFC compliant (see issue) and fixes a problem with
signature verifiers rejecting the part when signed.  There is some
amount of backward compatibility concern here since it changes
the output, but the RFC issue coupled with fixing the problem
with signature verifiers seems worth the small risk of breaking
code that depends on the current incorrect output.
Lib/email/generator.py
Lib/email/test/data/msg_02.txt
Lib/email/test/test_email.py
Lib/email/test/test_email_renamed.py
Misc/NEWS