summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-09-11 21:22:56 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-09-11 21:22:56 (GMT)
commit0e0cfd71355accafd009916472ebb4d4fe0ab4ec (patch)
treee34ff0e84d0a10b03d4a115b049bf974b99d7936 /Misc
parente4946e73c88ef5381382788800e9a287daaaf7dc (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fe23da..d1c36f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.