diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-07 17:54:10 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-07 17:54:10 (GMT) |
commit | 54584188cd332f99812c7c044c5dffec551b7341 (patch) | |
tree | ab4d8dc1096c258e0c07d1ebf4ede086905c8b22 /Misc | |
parent | 254d23f3a3fafe3ab9c669575cdfd23abd7ada63 (diff) | |
download | cpython-54584188cd332f99812c7c044c5dffec551b7341.zip cpython-54584188cd332f99812c7c044c5dffec551b7341.tar.gz cpython-54584188cd332f99812c7c044c5dffec551b7341.tar.bz2 |
Fix reattribution mistake when fixing attribution mistake!
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |