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

nick.coghlan python-checkins at python.org
Sun Nov 4 15:56:12 CET 2012


http://hg.python.org/cpython/rev/4a9dbd9b152e
changeset:   80244:4a9dbd9b152e
parent:      80242:3712028a0c34
parent:      80243:549f7b5baa83
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Nov 05 00:56:02 2012 +1000
summary:
  Merge from 3.3

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@
 -----------------
 
 - Issue #5765: Apply a hard recursion limit in the compiler instead of
-  blowing the stack and segfaulting.
+  blowing the stack and segfaulting. Initial patch by Andrea Griffini.
 
 - Issue #16402: When slicing a range, fix shadowing of exceptions from
   __index__.

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


More information about the Python-checkins mailing list