summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-01-07 17:54:10 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-01-07 17:54:10 (GMT)
commit54584188cd332f99812c7c044c5dffec551b7341 (patch)
treeab4d8dc1096c258e0c07d1ebf4ede086905c8b22 /Misc
parent254d23f3a3fafe3ab9c669575cdfd23abd7ada63 (diff)
downloadcpython-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e14bcc7..b5151e7 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.