From: Daniel Stutzbach Date: Thu, 2 Sep 2010 15:13:35 +0000 (+0000) Subject: Credit where credit is due X-Git-Tag: v3.2a2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19e5a6fb4a226a9be687dd1d7d2eb659b16aac99;p=thirdparty%2FPython%2Fcpython.git Credit where credit is due --- diff --git a/Misc/NEWS b/Misc/NEWS index 97171e09443c..ad6090ea643e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,7 @@ Core and Builtins ----------------- - Issue #9212: dict_keys and dict_items now provide the isdisjoint() - method, to conform to the Set ABC. + method, to conform to the Set ABC. Patch by Daniel Urban. - Issue #9737: Fix a crash when trying to delete a slice or an item from a memoryview object.