Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update asyncio-task.rst
  • Loading branch information
Jackenmen authored May 8, 2020
commit 51f5180344b06882058c6bf8733d59daa6d0b9a9
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