summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-09-25 18:51:21 (GMT)
committerGitHub <noreply@github.com>2018-09-25 18:51:21 (GMT)
commit996859a90df51f84eab47351702cb59c6db4428a (patch)
treedc8133137515934b27a8be799eb392c945b3b271 /Misc
parent22ef31d0b4b497eda5e356528c3e1d29584d6757 (diff)
downloadcpython-996859a90df51f84eab47351702cb59c6db4428a.zip
cpython-996859a90df51f84eab47351702cb59c6db4428a.tar.gz
cpython-996859a90df51f84eab47351702cb59c6db4428a.tar.bz2
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-09-24-12-47-08.bpo-34790.G2KXIH.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-09-24-12-47-08.bpo-34790.G2KXIH.rst b/Misc/NEWS.d/next/Documentation/2018-09-24-12-47-08.bpo-34790.G2KXIH.rst
new file mode 100644
index 0000000..dc3de2c
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-09-24-12-47-08.bpo-34790.G2KXIH.rst
@@ -0,0 +1 @@
+Document how passing coroutines to asyncio.wait() can be confusing.