diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-09-07 21:44:34 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-09-07 21:44:34 (GMT) |
commit | dc1650ca062a99d41a029a6645dc72fd7d820c94 (patch) | |
tree | 7719487f2ea0d6a95d2e024e365dbedacf697534 /Misc/NEWS | |
parent | 6b46ec7733ad7391b9e008d2b273c556f140f88e (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |