diff --git a/Misc/NEWS b/Misc/NEWS index 199680e915c..e14bcc7f5ca 100644 --- 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