From: Nick Coghlan Date: Sun, 4 Nov 2012 14:55:46 +0000 (+1000) Subject: Properly credit patch X-Git-Tag: v3.3.1rc1~682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55b5d5c9190fe59da1551edc51b2e27a2a84790e;p=python Properly credit patch --- diff --git a/Misc/NEWS b/Misc/NEWS index cfa3bbebd5..2077c5d212 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__.