summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-07-24 18:24:13 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-07-24 18:24:13 (GMT)
commit4c668965539d21d62688d6e40fa785341e956e1d (patch)
treeaffbf834215a0b7f75d907f14b4f6e39a7e56111 /Misc
parentf7a54a0f12bcc712c5bd74105fe77ff30da974bb (diff)
parent186396dce60feb6c215fbf5a3763baeebe8d8b0d (diff)
downloadcpython-4c668965539d21d62688d6e40fa785341e956e1d.zip
cpython-4c668965539d21d62688d6e40fa785341e956e1d.tar.gz
cpython-4c668965539d21d62688d6e40fa785341e956e1d.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 6ab407d..7bf89f8 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.