From: R David Murray Date: Tue, 24 Jul 2012 18:24:13 +0000 (-0400) Subject: #15232: make NEWS entry more accurate. X-Git-Tag: v3.3.0b2~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c668965539d21d62688d6e40fa785341e956e1d;p=python #15232: make NEWS entry more accurate. --- 4c668965539d21d62688d6e40fa785341e956e1d diff --cc Misc/NEWS index 6ab407dd03,3e190a409c..7bf89f8a45 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -57,11 -103,8 +57,11 @@@ Librar 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. + - Issue #13922: argparse no longer incorrectly strips '--'s that appear after the first one.