]> granicus.if.org Git - python/commit
Issue #28720: Add collections.abc.AsyncGenerator.
authorYury Selivanov <yury@magic.io>
Wed, 16 Nov 2016 23:25:04 +0000 (18:25 -0500)
committerYury Selivanov <yury@magic.io>
Wed, 16 Nov 2016 23:25:04 +0000 (18:25 -0500)
commit22214ab0af2cbea1611b2193354f248ca6b03e87
treef7cf45d0205d2dca9f0021f01a1551de395f370e
parent41782e497092a27efbae20208ce7d48c657e74cb
Issue #28720: Add collections.abc.AsyncGenerator.
Doc/library/collections.abc.rst
Doc/whatsnew/3.6.rst
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS