diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-11 21:22:56 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-11 21:22:56 (GMT) |
commit | 0e0cfd71355accafd009916472ebb4d4fe0ab4ec (patch) | |
tree | e34ff0e84d0a10b03d4a115b049bf974b99d7936 /Misc | |
parent | e4946e73c88ef5381382788800e9a287daaaf7dc (diff) | |
download | cpython-0e0cfd71355accafd009916472ebb4d4fe0ab4ec.zip cpython-0e0cfd71355accafd009916472ebb4d4fe0ab4ec.tar.gz cpython-0e0cfd71355accafd009916472ebb4d4fe0ab4ec.tar.bz2 |
#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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ Core and Builtins Library ------- + +- Issue #19003:m email.generator now replaces only \r and/or \n line + endings, per the RFC, instead of all unicode line endings. + - Issue #28019: itertools.count() no longer rounds non-integer step in range between 1.0 and 2.0 to 1. |