]> granicus.if.org Git - python/commitdiff
#15232: make NEWS entry more accurate.
authorR David Murray <rdmurray@bitdance.com>
Tue, 24 Jul 2012 18:24:42 +0000 (14:24 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Jul 2012 18:24:42 +0000 (14:24 -0400)
Misc/NEWS

index ca0740ed912fa85374ed22e0215572b68e575202..4b65fa90a76812753d255f91126e43eebee84da3 100644 (file)
--- 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.