diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-07-23 01:47:53 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-07-23 01:47:53 (GMT) |
commit | 6a31bc6d81f42ac39868ced08d83cad880a7cce6 (patch) | |
tree | e995d2867e2ec5da5166a1b7aa582f3fd9abfc2a /Misc | |
parent | e60e12b57a05e932c9d3ac330dcb7d5a908a1a6c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |