summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-09-02 15:13:35 (GMT)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-09-02 15:13:35 (GMT)
commit19e5a6fb4a226a9be687dd1d7d2eb659b16aac99 (patch)
treea4134eb56141f3731a43169ce17ab856bd7b8ad2 /Misc
parent045b3ba184f78a1ff0ca96561d8b5651c22233c0 (diff)
downloadcpython-19e5a6fb4a226a9be687dd1d7d2eb659b16aac99.zip
cpython-19e5a6fb4a226a9be687dd1d7d2eb659b16aac99.tar.gz
cpython-19e5a6fb4a226a9be687dd1d7d2eb659b16aac99.tar.bz2
Credit where credit is due
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.