summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-08 22:56:17 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-08 22:56:17 (GMT)
commit66c3d18af1d20b780e7eabbbfb95049c48e3ce48 (patch)
tree2612a66c627ac3c49e46a9d81d0684039de46038 /Misc/NEWS
parent127242654de9837f4ee544fc3b0a5b22030613e0 (diff)
parente9c31470e1680b7c9b9ee83c378b891e90ac58ab (diff)
downloadcpython-66c3d18af1d20b780e7eabbbfb95049c48e3ce48.zip
cpython-66c3d18af1d20b780e7eabbbfb95049c48e3ce48.tar.gz
cpython-66c3d18af1d20b780e7eabbbfb95049c48e3ce48.tar.bz2
Merge: #14983: always add a line end after a MIME boundary marker.
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 19a5292..4d8e4c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,10 @@ Core and Builtins
Library
-------
+- Issue #14983: email.generator now always adds a line end after each MIME
+ boundary marker, instead of doing so only when there is an epilogue. This
+ fixes an RFC compliance bug and solves an issue with signed MIME parts.
+
- Issue #20540: Fix a performance regression (vs. Python 3.2) when layering
a multiprocessing Connection over a TCP socket. For small payloads, Nagle's
algorithm would introduce idle delays before the entire transmission of a