[Python-checkins] cpython (merge 3.3 -> 3.3): Merge

antoine.pitrou python-checkins at python.org
Sat Apr 6 21:24:43 CEST 2013


http://hg.python.org/cpython/rev/a0bf7b969d0c
changeset:   83163:a0bf7b969d0c
branch:      3.3
parent:      83160:72f0fd0c4d90
parent:      83156:afafeab346f4
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Apr 06 21:23:47 2013 +0200
summary:
  Merge

files:
  Misc/NEWS |  15 +++++++++------
  1 files changed, 9 insertions(+), 6 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,15 @@
 - Issue #17572: Avoid chained exceptions while passing bad directives to
   time.strptime().  Initial patch by Claudiu Popa.
 
+- 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.
+
+IDLE
+----
+
 - Issue #17625: In IDLE, close the replace dialog after it is used.
 
 - Issue #14254: IDLE now handles readline correctly across shell restarts.
@@ -40,12 +49,6 @@
 
 - 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.
-
 Documentation
 -------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list