Properly credit patch

This commit is contained in:
Nick Coghlan 2012-11-05 00:55:46 +10:00
parent 10d6ddeef1
commit 55b5d5c919
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Core and Builtins
----------------- -----------------
- Issue #5765: Apply a hard recursion limit in the compiler instead of - 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 - Issue #16402: When slicing a range, fix shadowing of exceptions from
__index__. __index__.