We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a95f6 commit c0a77ebCopy full SHA for c0a77eb
Doc/library/asyncio-task.rst
@@ -714,9 +714,6 @@ Timeouts
714
715
If the wait is cancelled, the future *aw* is also cancelled.
716
717
- .. versionchanged:: 3.10
718
- Removed the *loop* parameter.
719
-
720
.. _asyncio_example_waitfor:
721
722
Example::
@@ -747,6 +744,9 @@ Timeouts
747
744
.. versionchanged:: 3.10
748
745
Removed the *loop* parameter.
749
746
+ .. versionchanged:: 3.11
+ Raises :exc:`TimeoutError` instead of :exc:`asyncio.TimeoutError`.
+
750
751
Waiting Primitives
752
==================
0 commit comments