Skip to content

Commit de92769

Browse files
authored
bpo-34790: add version of removal of explicit passing of coros to asyncio.wait's documentation (#20008)
1 parent fa0a66e commit de92769

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Waiting Primitives
575575
if task in done:
576576
# Everything will work as expected now.
577577

578-
.. deprecated:: 3.8
578+
.. deprecated-removed:: 3.8 3.11
579579

580580
Passing coroutine objects to ``wait()`` directly is
581581
deprecated.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add version of removal for explicit passing of coros to `asyncio.wait()`'s documentation

0 commit comments

Comments
 (0)