summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-09-07 21:44:34 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-09-07 21:44:34 (GMT)
commitdc1650ca062a99d41a029a6645dc72fd7d820c94 (patch)
tree7719487f2ea0d6a95d2e024e365dbedacf697534 /Misc/NEWS
parent6b46ec7733ad7391b9e008d2b273c556f140f88e (diff)
downloadcpython-dc1650ca062a99d41a029a6645dc72fd7d820c94.zip
cpython-dc1650ca062a99d41a029a6645dc72fd7d820c94.tar.gz
cpython-dc1650ca062a99d41a029a6645dc72fd7d820c94.tar.bz2
#22233: Only split headers on \r and/or \n, per email RFCs.
Original patch by Martin Panter, new policy fixes by me.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bfc693a..9437b86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,10 @@ Core and Builtins
Library
-------
+- Issue #22233: Break email header lines *only* on the RFC specified CR and LF
+ characters, not on arbitrary unicode line breaks. This also fixes a bug in
+ HTTP header parsing.
+
- Issue 27988: Fix email iter_attachments incorrect mutation of payload list.
- Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name