commit | 0f111c13cdc81d32d5ac302d6683dcb3b3ab961d | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sun Jul 22 21:55:12 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sun Jul 22 21:55:12 2012 -0400 |
tree | d731475a8a6fbb8b25bff4bf05fdaf9dd9bc50db | |
parent | ea2ce479580a8fbb71b5da82f6e0dc69eb20505c [diff] [blame] |
#15232: correctly mangle From lines in MIME preamble and epilogue
diff --git a/Misc/NEWS b/Misc/NEWS index b73bf0a..16f0a68 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ 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 epilog. + - Issue #13922: argparse no longer incorrectly strips '--'s that appear after the first one.