diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-11-04 14:56:02 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-11-04 14:56:02 (GMT) |
commit | 3bb516bae2381e0797beb0db108835b50b9129de (patch) | |
tree | 44e3c1eab0afbc764825458e3bffd0c22a975f89 /Misc/NEWS | |
parent | 8155f8e5d412d30ee87081879d21541ea9c20a51 (diff) | |
parent | 55b5d5c9190fe59da1551edc51b2e27a2a84790e (diff) | |
download | cpython-3bb516bae2381e0797beb0db108835b50b9129de.zip cpython-3bb516bae2381e0797beb0db108835b50b9129de.tar.gz cpython-3bb516bae2381e0797beb0db108835b50b9129de.tar.bz2 |
Merge from 3.3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__. |