summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-11-04 14:56:02 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-11-04 14:56:02 (GMT)
commit3bb516bae2381e0797beb0db108835b50b9129de (patch)
tree44e3c1eab0afbc764825458e3bffd0c22a975f89 /Misc/NEWS
parent8155f8e5d412d30ee87081879d21541ea9c20a51 (diff)
parent55b5d5c9190fe59da1551edc51b2e27a2a84790e (diff)
downloadcpython-3bb516bae2381e0797beb0db108835b50b9129de.zip
cpython-3bb516bae2381e0797beb0db108835b50b9129de.tar.gz
cpython-3bb516bae2381e0797beb0db108835b50b9129de.tar.bz2
Merge from 3.3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c66bf8a..29b1562 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,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__.