From: Antoine Pitrou Date: Thu, 7 Jan 2010 17:49:37 +0000 (+0000) Subject: Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!). X-Git-Tag: v2.7a2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=254d23f3a3fafe3ab9c669575cdfd23abd7ada63;p=python Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!). --- diff --git a/Misc/NEWS b/Misc/NEWS index 199680e915..e14bcc7f5c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -59,7 +59,7 @@ Core and Builtins - Issue #7491: Metaclass's __cmp__ method was ignored. - Issue #7466: segmentation fault when the garbage collector is called - in the middle of populating a tuple. Patch by Florent Xicluna. + in the middle of populating a tuple. Patch by Victor Stinner. Library