bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008)
This commit is contained in:
parent
fa0a66e62d
commit
de92769d47
|
@ -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.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add version of removal for explicit passing of coros to `asyncio.wait()`'s documentation
|
Loading…
Reference in New Issue