]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#15232: make NEWS entry more accurate.
authorR David Murray <rdmurray@bitdance.com>
Tue, 24 Jul 2012 18:22:19 +0000 (14:22 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Jul 2012 18:22:19 +0000 (14:22 -0400)
Misc/NEWS

index 0bc65821175f4820e9b0d0700862303c9c416f0a..3e190a409cd9542493f164b0729408295bf619b9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,7 +103,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 epilogue.
+  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.