[Python-checkins] cpython (3.2): #15232: make NEWS entry more accurate.

r.david.murray python-checkins at python.org
Tue Jul 24 20:24:58 CEST 2012


http://hg.python.org/cpython/rev/0caff799e4bf
changeset:   78269:0caff799e4bf
branch:      3.2
parent:      78264:2d4f290ea71c
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Jul 24 14:22:19 2012 -0400
summary:
  #15232: make NEWS entry more accurate.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,7 +103,7 @@
   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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list