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 fc012d8 commit 8518ee3Copy full SHA for 8518ee3
Doc/library/asyncio-task.rst
@@ -299,12 +299,6 @@ Sleeping
299
tasks to run. This can be used by long-running functions to avoid
300
blocking the event loop for the full duration of the function call.
301
302
- .. deprecated-removed:: 3.8 3.10
303
- The ``loop`` parameter. This function has been implicitly getting the
304
- current running loop since 3.7. See
305
- :ref:`What's New in 3.10's Removed section <whatsnew310-removed>`
306
- for more information.
307
-
308
.. _asyncio_example_sleep:
309
310
Example of coroutine displaying the current date every second
0 commit comments