]> granicus.if.org Git - python/commit
Issue 8743: Improve interoperability between sets and the collections.Set abstract...
authorRaymond Hettinger <python@rcn.com>
Mon, 26 May 2014 05:13:41 +0000 (22:13 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 26 May 2014 05:13:41 +0000 (22:13 -0700)
commitf643b9a9c79928c4ca28d895e7e9a1dcf827cf00
tree52e182eb59f1caf8b7b59e3812ebcae56d70350d
parent92df7529cb6c863d0fcd3247829b24833f62e285
Issue 8743:  Improve interoperability between sets and the collections.Set abstract base class.
Lib/_abcoll.py
Lib/test/test_collections.py
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c