commit | 254d23f3a3fafe3ab9c669575cdfd23abd7ada63 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 07 17:49:37 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 07 17:49:37 2010 +0000 |
tree | 91a66d8e480c01caf07f1b08bb40d665699f1914 | |
parent | 0d423b870b0669e7a47aca2739f89e96652546ce [diff] |
Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
diff --git a/Misc/NEWS b/Misc/NEWS index 199680e..e14bcc7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -59,7 +59,7 @@ - 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