summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-11-04 14:55:46 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-11-04 14:55:46 (GMT)
commit55b5d5c9190fe59da1551edc51b2e27a2a84790e (patch)
tree34747f4c77d98a0cd7cdaeef83b3db5f7a468dc7
parent10d6ddeef19a69ab9a73e64a3a9a82c50a4160a2 (diff)
downloadcpython-55b5d5c9190fe59da1551edc51b2e27a2a84790e.zip
cpython-55b5d5c9190fe59da1551edc51b2e27a2a84790e.tar.gz
cpython-55b5d5c9190fe59da1551edc51b2e27a2a84790e.tar.bz2
Properly credit patch
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cfa3bbe..2077c5d 100644
--- 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__.