]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 Oct 2019 01:47:13 +0000 (18:47 -0700)
committerYury Selivanov <yury@magic.io>
Tue, 1 Oct 2019 01:47:13 +0000 (18:47 -0700)
commit2eb1dac46e256e7f9be71021e4630c0a3e9b4b03
tree9669b426057dae08c6d434c91b2277c68fda8066
parent1c3e4691bb41fa070d6f4836cb03005123e53e4b
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)

(cherry picked from commit e407013089259e4c0b271703e1975bbcd578a2d5)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Doc/glossary.rst
Doc/library/asyncio-task.rst
Lib/asyncio/runners.py