]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9212: Added the missing isdisjoint method to the dict_keys and
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Thu, 2 Sep 2010 15:06:06 +0000 (15:06 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Thu, 2 Sep 2010 15:06:06 +0000 (15:06 +0000)
commit045b3ba184f78a1ff0ca96561d8b5651c22233c0
tree837b1fd156b77afa8cd44904bb1a9ce28be08df2
parent928d4eeee8e92ca44899108e297437392102aaa4
Issue #9212: Added the missing isdisjoint method to the dict_keys and
dict_items views.  The method is required by the collections.Set ABC,
which the views register as supporting.
Doc/library/stdtypes.rst
Lib/test/test_dictviews.py
Misc/NEWS
Objects/dictobject.c