]> granicus.if.org Git - python/commit
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
authorYury Selivanov <yury@magic.io>
Fri, 15 Dec 2017 01:53:26 +0000 (20:53 -0500)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2017 01:53:26 +0000 (20:53 -0500)
commit19a44f63c738388ef3c8515348b4ffc061dfd627
tree6de5ddd62a1bdee7a90e5fe8fc59348fe7c4f4f8
parent41264f1cd4d6066b2797ff07cae465c1e06ff3b2
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_windows_events.py
Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst [new file with mode: 0644]