]> granicus.if.org Git - python/commitdiff
Properly credit patch
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 4 Nov 2012 14:55:46 +0000 (00:55 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 4 Nov 2012 14:55:46 +0000 (00:55 +1000)
Misc/NEWS

index cfa3bbebd59e29becba1bbbb6669ae9b4ade36b4..2077c5d212e4dcd9910430b2eca14aa7b3f44a70 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
 -----------------
 
 - 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__.