From: Terry Jan Reedy Date: Mon, 28 May 2012 01:39:39 +0000 (-0400) Subject: Merge 3.2 closes #12510 X-Git-Tag: v3.3.0a4~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48fd1fee388ad4c8bbd6c2a72f9616c719e99927;p=thirdparty%2FPython%2Fcpython.git Merge 3.2 closes #12510 --- 48fd1fee388ad4c8bbd6c2a72f9616c719e99927 diff --cc Misc/NEWS index e8171ac7a595,3ea0ae30dff6..4b70d45e63ba --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -49,10 -67,9 +49,13 @@@ Core and Builtin Library ------- + - Issue12510: Attempting to get invalid tooltip no longer closes Idle. + Original patch by Roger Serwy. + +- Issue #14925: email now registers a defect when the parser decides that there + is a missing header/body separator line. MalformedHeaderDefect, which the + existing code would never actually generate, is deprecated. + - Issue #10365: File open dialog now works instead of crashing even when parent window is closed. Patch by Roger Serwy.