]> granicus.if.org Git - python/commit
Patch by Keir Mierle so that sets can be compared to other objects that know
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2007 23:57:24 +0000 (23:57 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2007 23:57:24 +0000 (23:57 +0000)
commit10ab4aeb86d72dc2a454ebd09693870a8e5cab4b
treea41c95cdcb34068304c15e119a734682ff17d4c3
parent928115af726eb620c051933d61c5ac06aa86bd86
Patch by Keir Mierle so that sets can be compared to other objects that know
how to compare themselves to sets.  (Prep work for making dict views more
set-like.)
Lib/test/test_set.py
Objects/setobject.c