]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Credit where credit is due
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Thu, 2 Sep 2010 15:13:35 +0000 (15:13 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Thu, 2 Sep 2010 15:13:35 +0000 (15:13 +0000)
Misc/NEWS

index 97171e09443cbd66560326feb503df88b9ea1bde..ad6090ea643e6af4f5eee57bb0765d79a7af0ca4 100644 (file)
--- 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.