From: Taras Sereda Date: Mon, 6 Dec 2021 23:12:29 +0000 (+0200) Subject: removal of duplicated text paragraph (#29666) X-Git-Tag: v3.11.0a3~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8518ee348c18da7e150f5e42b3424c86f7c0a3d8;p=thirdparty%2FPython%2Fcpython.git removal of duplicated text paragraph (#29666) --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 36e13f929565..bfc983e304bc 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -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 ` - for more information. - .. _asyncio_example_sleep: Example of coroutine displaying the current date every second