summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-07-24 14:24:13 -0400
committerR David Murray <rdmurray@bitdance.com>2012-07-24 14:24:13 -0400
commit4c668965539d21d62688d6e40fa785341e956e1d (patch)
treeaffbf834215a0b7f75d907f14b4f6e39a7e56111
parentf7a54a0f12bcc712c5bd74105fe77ff30da974bb (diff)
parent186396dce60feb6c215fbf5a3763baeebe8d8b0d (diff)
downloadcpython-git-4c668965539d21d62688d6e40fa785341e956e1d.tar.gz
#15232: make NEWS entry more accurate.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ab407dd03..7bf89f8a45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,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 #15094: Incorrectly placed #endif in _tkinter.c.
Patch by Serhiy Storchaka.