mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
removal of duplicated text paragraph (#29666)
This commit is contained in:
parent
fc012d8012
commit
8518ee348c
1 changed files with 0 additions and 6 deletions
|
|
@ -299,12 +299,6 @@ Sleeping
|
||||||
tasks to run. This can be used by long-running functions to avoid
|
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.
|
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:
|
.. _asyncio_example_sleep:
|
||||||
|
|
||||||
Example of coroutine displaying the current date every second
|
Example of coroutine displaying the current date every second
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue