]> granicus.if.org Git - python/commitdiff
#8900: merge with 3.3.
authorRoger Serwy <roger.serwy@gmail.com>
Sun, 31 Mar 2013 20:56:02 +0000 (15:56 -0500)
committerRoger Serwy <roger.serwy@gmail.com>
Sun, 31 Mar 2013 20:56:02 +0000 (15:56 -0500)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 03b3c4f4276cd8018bfc1e26ccf79dcb7c8e18f6,a3fe827546c4be05c36e43968c1652a20c8756b1..3472151a56a45d66bf6cb0fd18ea925220a6450c
+++ b/Misc/NEWS
@@@ -297,21 -219,8 +297,24 @@@ Core and Builtin
  Library
  -------
  
++- 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.