From: R David Murray Date: Tue, 24 Jul 2012 18:24:42 +0000 (-0400) Subject: #15232: make NEWS entry more accurate. X-Git-Tag: v2.7.4rc1~688 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7009845c625268952fbdabf397701f71c7e8852e;p=thirdparty%2FPython%2Fcpython.git #15232: make NEWS entry more accurate. --- diff --git a/Misc/NEWS b/Misc/NEWS index ca0740ed912f..4b65fa90a768 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -95,7 +95,7 @@ Library Initial patch by Serhiy Storchaka. - 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. + 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.