]> granicus.if.org Git - python/commitdiff
#17614: merge with 3.3.
authorRoger Serwy <roger.serwy@gmail.com>
Wed, 3 Apr 2013 03:40:39 +0000 (22:40 -0500)
committerRoger Serwy <roger.serwy@gmail.com>
Wed, 3 Apr 2013 03:40:39 +0000 (22:40 -0500)
1  2 
Lib/idlelib/PyShell.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index abd4a4d2a8aa2f175fdb369d2138101f4f80f8bb,8ffd9dee66bc06e474a9870dc053f9de29ab6212..0badc3f9bab3825cd5d472e26ee24f0c47622fa5
+++ b/Misc/NEWS
@@@ -302,26 -227,8 +302,28 @@@ Core and Builtin
  Library
  -------
  
++- Issue #17614: IDLE no longer raises exception when quickly closing a file.
++
 +- 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 
 +  raises an exception.
 +
 +- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
 +
 +- Issue #17435: threading.Timer's __init__ method no longer uses mutable
 +  default values for the args and kwargs parameters.
 +
 +- Issue #17526: fix an IndexError raised while passing code without filename to
 +  inspect.findsource().  Initial patch by Tyler Doyle.
 +
  - Issue #17540: Added style to formatter configuration by dict.
  
 +- Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2.  Initial
 +  patch by Michele OrrĂ¹.
 +
 +- Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.
 +
  - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
    iceweasel, iceape.