[Python-checkins] cpython (3.3): Properly credit patch

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


http://hg.python.org/cpython/rev/549f7b5baa83
changeset:   80243:549f7b5baa83
branch:      3.3
parent:      80241:cf2515d0328b
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Nov 05 00:55:46 2012 +1000
summary:
  Properly credit patch

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
@@ -13,7 +13,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