From: Antoine Pitrou Date: Thu, 7 Jan 2010 17:54:10 +0000 (+0000) Subject: Fix reattribution mistake when fixing attribution mistake! X-Git-Tag: v2.7a2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54584188cd332f99812c7c044c5dffec551b7341;p=thirdparty%2FPython%2Fcpython.git Fix reattribution mistake when fixing attribution mistake! --- diff --git a/Misc/NEWS b/Misc/NEWS index e14bcc7f5ca2..b5151e7e95f4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -59,14 +59,14 @@ 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 Victor Stinner. + in the middle of populating a tuple. Patch by Florent Xicluna. Library ------- - Issue #7455: Fix possible crash in cPickle on invalid input. Patch by - Florent Xicluna. + Victor Stinner. - Issue #7092: Fix the DeprecationWarnings emitted by the standard library when using the -3 flag. Patch by Florent Xicluna.