]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removal of duplicated text paragraph (#29666)
authorTaras Sereda <taras.y.sereda@protonmail.com>
Mon, 6 Dec 2021 23:12:29 +0000 (01:12 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 23:12:29 +0000 (01:12 +0200)
Doc/library/asyncio-task.rst

index 36e13f929565231e18b63700e5ca1254dcbbbc98..bfc983e304bccf42c1ca1e828736ca579357d113 100644 (file)
@@ -299,12 +299,6 @@ Sleeping
    tasks to run. This can be used by long-running functions to avoid
    blocking the event loop for the full duration of the function call.
 
-   .. deprecated-removed:: 3.8 3.10
-      The ``loop`` parameter.  This function has been implicitly getting the
-      current running loop since 3.7.  See
-      :ref:`What's New in 3.10's Removed section <whatsnew310-removed>`
-      for more information.
-
    .. _asyncio_example_sleep:
 
    Example of coroutine displaying the current date every second