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 3dd9087 commit 2fb6c85Copy full SHA for 2fb6c85
Doc/library/asyncio-task.rst
@@ -767,9 +767,6 @@ Timeouts
767
768
If the wait is cancelled, the future *aw* is also cancelled.
769
770
- .. versionchanged:: 3.10
771
- Removed the *loop* parameter.
772
-
773
.. _asyncio_example_waitfor:
774
775
Example::
@@ -800,6 +797,9 @@ Timeouts
800
797
.. versionchanged:: 3.10
801
798
Removed the *loop* parameter.
802
799
+ .. versionchanged:: 3.11
+ Raises :exc:`TimeoutError` instead of :exc:`asyncio.TimeoutError`.
+
803
804
Waiting Primitives
805
==================
0 commit comments