summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-07-23 01:47:53 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-07-23 01:47:53 (GMT)
commit6a31bc6d81f42ac39868ced08d83cad880a7cce6 (patch)
treee995d2867e2ec5da5166a1b7aa582f3fd9abfc2a /Misc
parente60e12b57a05e932c9d3ac330dcb7d5a908a1a6c (diff)
downloadcpython-6a31bc6d81f42ac39868ced08d83cad880a7cce6.zip
cpython-6a31bc6d81f42ac39868ced08d83cad880a7cce6.tar.gz
cpython-6a31bc6d81f42ac39868ced08d83cad880a7cce6.tar.bz2
#15232: correctly mangle From lines in MIME preamble and epilogue
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b607db..e45c103 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Core and Builtins
Library
-------
+- Issue #15232: when mangle_from is True, email.Generator now correctly mangles
+ lines that start with 'From' that occur in a MIME preamble or epilogue.
+
- Issue #13922: argparse no longer incorrectly strips '--'s that appear
after the first one.