diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-01-16 05:15:17 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-01-16 05:15:17 (GMT) |
commit | ed44dfa4c7dd03488da6e23c9901af7185af8302 (patch) | |
tree | 190b9cba0b769cd8cc063e68dee9a1ddbbbe423e /Misc | |
parent | 57cd8ebc2034d0e2a1ca51b84267346b5d6ded34 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |