summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-07-24 18:22:19 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-07-24 18:22:19 (GMT)
commit186396dce60feb6c215fbf5a3763baeebe8d8b0d (patch)
treef3afc8cbf3ee7e6c0937129237ed4e9c50007d59 /Misc
parentecd4e9de5afab6a5d75a6fa7ebfb62804ba69264 (diff)
downloadcpython-186396dce60feb6c215fbf5a3763baeebe8d8b0d.zip
cpython-186396dce60feb6c215fbf5a3763baeebe8d8b0d.tar.gz
cpython-186396dce60feb6c215fbf5a3763baeebe8d8b0d.tar.bz2
#15232: make NEWS entry more accurate.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0bc6582..3e190a4 100644
--- 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.