]> granicus.if.org Git - python/commit
bpo-32314: Implement asyncio.run() (#4852)
authorYury Selivanov <yury@magic.io>
Thu, 14 Dec 2017 14:42:21 +0000 (09:42 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 14:42:21 +0000 (09:42 -0500)
commit02a0a19206da6902c3855a1fa09e60b208474cfa
treedf9a24bf2a131693ef4f3dad55849c22a1567991
parenteadad1b97f64619bfd246b9d3b60d25f456e0592
bpo-32314: Implement asyncio.run() (#4852)
Doc/library/asyncio-task.rst
Lib/asyncio/__init__.py
Lib/asyncio/runners.py [new file with mode: 0644]
Lib/test/test_asyncio/test_runners.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2017-12-13-16-47-38.bpo-32314.W4_U2j.rst [new file with mode: 0644]