]> granicus.if.org Git - python/commitdiff
#17572: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 3 Apr 2013 23:16:27 +0000 (02:16 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 3 Apr 2013 23:16:27 +0000 (02:16 +0300)
1  2 
Lib/_strptime.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 7e8712fbf2401e940527e9cf4a1006b1b0d1089c,4405779a758e82117a6c58d04d2f22d1a6acff0f..7f0dd950b71187dded837101753a3bd82a6f6afa
+++ b/Misc/NEWS
@@@ -304,30 -239,8 +304,33 @@@ Core and Builtin
  Library
  -------
  
++- Issue #17572: Avoid chained exceptions while passing bad directives to
++  time.strptime().  Initial patch by Claudiu Popa.
++
 +- Issue #14254: IDLE now handles readline correctly across shell restarts.
 +
 +- 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.