diff options
author | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-09-02 15:13:35 (GMT) |
---|---|---|
committer | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-09-02 15:13:35 (GMT) |
commit | 19e5a6fb4a226a9be687dd1d7d2eb659b16aac99 (patch) | |
tree | a4134eb56141f3731a43169ce17ab856bd7b8ad2 /Misc | |
parent | 045b3ba184f78a1ff0ca96561d8b5651c22233c0 (diff) | |
download | cpython-19e5a6fb4a226a9be687dd1d7d2eb659b16aac99.zip cpython-19e5a6fb4a226a9be687dd1d7d2eb659b16aac99.tar.gz cpython-19e5a6fb4a226a9be687dd1d7d2eb659b16aac99.tar.bz2 |
Credit where credit is due
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |