]> granicus.if.org Git - python/commit
#19003: Only replace \r and/or \n line endings in email.generator.
authorR David Murray <rdmurray@bitdance.com>
Sun, 11 Sep 2016 21:22:56 +0000 (17:22 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 11 Sep 2016 21:22:56 +0000 (17:22 -0400)
commit0e0cfd71355accafd009916472ebb4d4fe0ab4ec
treee34ff0e84d0a10b03d4a115b049bf974b99d7936
parente4946e73c88ef5381382788800e9a287daaaf7dc
#19003: Only replace \r and/or \n line endings in email.generator.

This is a further restoration of backward compatibility, as well as
being correct per the RFCs.
Lib/email/generator.py
Lib/test/test_email/test_email.py
Misc/NEWS