commit | 19e5a6fb4a226a9be687dd1d7d2eb659b16aac99 | [log] [tgz] |
---|---|---|
author | Daniel Stutzbach <daniel@stutzbachenterprises.com> | Thu Sep 02 15:13:35 2010 +0000 |
committer | Daniel Stutzbach <daniel@stutzbachenterprises.com> | Thu Sep 02 15:13:35 2010 +0000 |
tree | a4134eb56141f3731a43169ce17ab856bd7b8ad2 | |
parent | 045b3ba184f78a1ff0ca96561d8b5651c22233c0 [diff] [blame] |
Credit where credit is due
diff --git a/Misc/NEWS b/Misc/NEWS index 97171e0..ad6090e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,7 +13,7 @@ ----------------- - 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.