From 19e5a6fb4a226a9be687dd1d7d2eb659b16aac99 Mon Sep 17 00:00:00 2001 From: Daniel Stutzbach Date: Thu, 2 Sep 2010 15:13:35 +0000 Subject: Credit where credit is due --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 97171e0..ad6090e 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. -- cgit v0.12