]> granicus.if.org Git - python/commit
Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 14 May 2015 16:19:16 +0000 (12:19 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 14 May 2015 16:19:16 +0000 (12:19 -0400)
commite0104ae1034eff71539e487caaab35365f08f181
tree3cd672d0ae8a9eb77f980cbf1079704a467ea5df
parent7d0d6ee525a6c75fc3a48105dcd448673bcf4a44
Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS