]> granicus.if.org Git - python/commit
bpo-38260: Add Docs on asyncio.run (GH-16337)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Sep 2019 09:12:47 +0000 (02:12 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 09:12:47 +0000 (02:12 -0700)
commit4633355a063c7bf068bdd72dfdd32f4c22cf382f
tree85967ece50af6dc95278dc0b2c23105a95cb020f
parentce62dcc460cf88f663c34c4a0948c1ee1dc53f4d
bpo-38260: Add Docs on asyncio.run (GH-16337)

Add docs about return and raise exception on asyncio.run

https://bugs.python.org/issue38260

Automerge-Triggered-By: @asvetlov
(cherry picked from commit 17deb16883fa574a86e42551cc37f044182347ad)

Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
Doc/library/asyncio-task.rst
Lib/asyncio/runners.py