]> 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 07:09:04 +0000 (00:09 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 26 May 2014 07:09:04 +0000 (00:09 -0700)
commitdd5e53a086fcabc84ee1ac96b98057437863973a
treed96001027fcbc784e9c38e365ec38117e304fcc4
parente8e2df3daad12f62fd9fd7c51187b162d77a48fe
Issue 8743: Improve interoperability between sets and the collections.Set abstract base class.
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS