]> granicus.if.org Git - python/commitdiff
Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 7 Jan 2010 17:49:37 +0000 (17:49 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 7 Jan 2010 17:49:37 +0000 (17:49 +0000)
Misc/NEWS

index 199680e915c2ab051c3dc020fb3bc9f1975c6c92..e14bcc7f5ca2229a6b0a18176d06fa9389b9a7a8 100644 (file)
--- 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