Skip to content

Commit

Permalink
bpo-34790: add version of removal of explicit passing of coros to `as…
Browse files Browse the repository at this point in the history
…yncio.wait`'s documentation (#20008)
  • Loading branch information
Jackenmen authored May 13, 2020
1 parent fa0a66e commit de92769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add version of removal for explicit passing of coros to `asyncio.wait()`'s documentation

0 comments on commit de92769

Please sign in to comment.