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 f2e353b commit 1a7afa7Copy full SHA for 1a7afa7
Doc/library/asyncio-task.rst
@@ -764,9 +764,6 @@ Timeouts
764
765
If the wait is cancelled, the future *aw* is also cancelled.
766
767
- .. versionchanged:: 3.10
768
- Removed the *loop* parameter.
769
-
770
.. _asyncio_example_waitfor:
771
772
Example::
@@ -797,6 +794,9 @@ Timeouts
797
794
.. versionchanged:: 3.10
798
795
Removed the *loop* parameter.
799
796
+ .. versionchanged:: 3.11
+ Raises :exc:`TimeoutError` instead of :exc:`asyncio.TimeoutError`.
+
800
801
Waiting Primitives
802
==================
0 commit comments