There was an error while loading. Please reload this page.
asyncio.wait
1 parent fa0a66e commit de92769Copy full SHA for de92769
2 files changed
Doc/library/asyncio-task.rst
@@ -575,7 +575,7 @@ Waiting Primitives
575
if task in done:
576
# Everything will work as expected now.
577
578
- .. deprecated:: 3.8
+ .. deprecated-removed:: 3.8 3.11
579
580
Passing coroutine objects to ``wait()`` directly is
581
deprecated.
Misc/NEWS.d/next/Documentation/2020-05-08-20-18-55.bpo-34790.t6kW_1.rst
@@ -0,0 +1 @@
1
+Add version of removal for explicit passing of coros to `asyncio.wait()`'s documentation
0 commit comments