From 55b5d5c9190fe59da1551edc51b2e27a2a84790e Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Mon, 5 Nov 2012 00:55:46 +1000 Subject: [PATCH] Properly credit patch --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index cfa3bbebd59..2077c5d212e 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__.