]> granicus.if.org Git - python/commit
Issue #24018: Add a collections.Generator abstract base class.
authorRaymond Hettinger <python@rcn.com>
Sat, 9 May 2015 05:07:23 +0000 (01:07 -0400)
committerRaymond Hettinger <python@rcn.com>
Sat, 9 May 2015 05:07:23 +0000 (01:07 -0400)
commitbd60e8dece89440ebdc80a19b2217d5ba2515124
tree97cf2f7e3802aede1de63eb304cefcf55791077e
parentdae2ef1cfad60b149370b4012aa48bea2dd27445
Issue #24018: Add a collections.Generator abstract base class.
Doc/library/collections.abc.rst
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS