[Python-checkins] r77354 - python/trunk/Misc/NEWS

antoine.pitrou python-checkins at python.org
Thu Jan 7 18:54:10 CET 2010


Author: antoine.pitrou
Date: Thu Jan  7 18:54:10 2010
New Revision: 77354

Log:
Fix reattribution mistake when fixing attribution mistake!



Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jan  7 18:54:10 2010
@@ -59,14 +59,14 @@
 - 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.


More information about the Python-checkins mailing list