bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008)

This commit is contained in:
jack1142 2020-05-13 20:55:12 +02:00 committed by GitHub
parent fa0a66e62d
commit de92769d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -575,7 +575,7 @@ Waiting Primitives
if task in done:
# Everything will work as expected now.
.. deprecated:: 3.8
.. deprecated-removed:: 3.8 3.11
Passing coroutine objects to ``wait()`` directly is
deprecated.

View File

@ -0,0 +1 @@
Add version of removal for explicit passing of coros to `asyncio.wait()`'s documentation