summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-01-16 05:15:17 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-01-16 05:15:17 (GMT)
commited44dfa4c7dd03488da6e23c9901af7185af8302 (patch)
tree190b9cba0b769cd8cc063e68dee9a1ddbbbe423e /Misc
parent57cd8ebc2034d0e2a1ca51b84267346b5d6ded34 (diff)
downloadcpython-ed44dfa4c7dd03488da6e23c9901af7185af8302.zip
cpython-ed44dfa4c7dd03488da6e23c9901af7185af8302.tar.gz
cpython-ed44dfa4c7dd03488da6e23c9901af7185af8302.tar.bz2
Issue #1670765: Prevent email.generator.Generator from re-wrapping
headers in multipart/signed MIME parts, which fixes one of the sources of invalid modifications to such parts by Generator. Patch and tests by Martin von Gagern.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0829b56..6b00689 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,9 +30,14 @@ Core and Builtins
- Issue #1967: Backport dictionary views from Python 3.x.
+
Library
-------
+- Issue #1670765: Prevent email.generator.Generator from re-wrapping
+ headers in multipart/signed MIME parts, which fixes one of the sources of
+ invalid modifications to such parts by Generator.
+
- Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
1-byte argument. Patch by Victor Stinner.
@@ -53,6 +58,7 @@ Library
Extension extra options may change the output without changing the .c
file). Initial patch by Collin Winter.
+
Build
-----