]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 29 May 2015 13:01:29 +0000 (09:01 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 29 May 2015 13:01:29 +0000 (09:01 -0400)
commit56fc61402533dc550244efe3e860242872f35bad
tree859b4c58dac06f2760d97814f36f8664a50af121
parent8fa6d4f75311bb459da50226c726d1ab7ccf115b
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
Doc/library/collections.abc.rst
Lib/_collections_abc.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_collections.py