summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Sereda <taras.y.sereda@protonmail.com>2021-12-06 23:12:29 (GMT)
committerGitHub <noreply@github.com>2021-12-06 23:12:29 (GMT)
commit8518ee348c18da7e150f5e42b3424c86f7c0a3d8 (patch)
tree0bc36ee5afdb1ac222eab99b68a3939024ea4b54
parentfc012d801202a9ea139df143b934778060d51a60 (diff)
downloadcpython-8518ee348c18da7e150f5e42b3424c86f7c0a3d8.zip
cpython-8518ee348c18da7e150f5e42b3424c86f7c0a3d8.tar.gz
cpython-8518ee348c18da7e150f5e42b3424c86f7c0a3d8.tar.bz2
removal of duplicated text paragraph (#29666)
-rw-r--r--Doc/library/asyncio-task.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 36e13f9..bfc983e 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