diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-07-24 18:24:13 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-07-24 18:24:13 (GMT) |
commit | 4c668965539d21d62688d6e40fa785341e956e1d (patch) | |
tree | affbf834215a0b7f75d907f14b4f6e39a7e56111 /Misc | |
parent | f7a54a0f12bcc712c5bd74105fe77ff30da974bb (diff) | |
parent | 186396dce60feb6c215fbf5a3763baeebe8d8b0d (diff) | |
download | cpython-4c668965539d21d62688d6e40fa785341e956e1d.zip cpython-4c668965539d21d62688d6e40fa785341e956e1d.tar.gz cpython-4c668965539d21d62688d6e40fa785341e956e1d.tar.bz2 |
#15232: make NEWS entry more accurate.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |