]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Sep 2018 18:57:49 +0000 (11:57 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 18:57:49 +0000 (11:57 -0700)
commit3cc9557d9f03086fa3b0ea166f8506087e6950e3
tree269b22882fa4df6d22de3dbf97e83a035c669a6d
parentb2ae5502981ae7e8fc080f5155060235696afe22
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543)

(cherry picked from commit 996859a90df51f84eab47351702cb59c6db4428a)

Co-authored-by: Yury Selivanov <yury@magic.io>
Doc/library/asyncio-task.rst
Misc/NEWS.d/next/Documentation/2018-09-24-12-47-08.bpo-34790.G2KXIH.rst [new file with mode: 0644]