[Python-checkins] removal of duplicated text paragraph (#29666)

asvetlov webhook-mailer at python.org
Mon Dec 6 18:12:40 EST 2021


https://github.com/python/cpython/commit/8518ee348c18da7e150f5e42b3424c86f7c0a3d8
commit: 8518ee348c18da7e150f5e42b3424c86f7c0a3d8
branch: main
author: Taras Sereda <taras.y.sereda at protonmail.com>
committer: asvetlov <andrew.svetlov at gmail.com>
date: 2021-12-07T01:12:29+02:00
summary:

removal of duplicated text paragraph (#29666)

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 36e13f9295652..bfc983e304bcc 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 <whatsnew310-removed>`
-      for more information.
-
    .. _asyncio_example_sleep:
 
    Example of coroutine displaying the current date every second



More information about the Python-checkins mailing list