]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:13:00 +0000 (02:13 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 09:13:00 +0000 (02:13 -0700)
commitd3666945d78508970002653c4d46221a4306f55b
treeee263653a5b5ae1ffbfc06464ab6e35ce7cead99
parent4042e1afd252858de53e2b79d946a51a0182d1ba
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