From: Roger Serwy Date: Wed, 3 Apr 2013 03:39:39 +0000 (-0500) Subject: #17614: IDLE no longer raises exception when quickly closing a file. X-Git-Tag: v3.3.2~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d28a61d233c02c458c8b4a25613be2f4979331e;p=thirdparty%2FPython%2Fcpython.git #17614: IDLE no longer raises exception when quickly closing a file. --- 0d28a61d233c02c458c8b4a25613be2f4979331e diff --cc Misc/NEWS index b941ae0317a4,75141c61062a..8ffd9dee66bc --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -19,6 -12,11 +19,8 @@@ Core and Builtin Library ------- + - Issue #17614: IDLE no longer raises exception when quickly closing a file. + -- Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names; - fixes otherwise misleading output in tracebacks and when when debug is on. - - Issue #6698: IDLE now opens just an editor window when configured to do so. - Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer