[3.12] gh-101100: Fix sphinx warnings in library/asyncio-dev.rst (GH-111179) (#111185)

gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)

* gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst`

* Update Doc/library/asyncio-eventloop.rst

* Update Doc/library/asyncio-eventloop.rst

---------

(cherry picked from commit 8c689c9b88)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
This commit is contained in:
Miss Islington (bot) 2023-10-22 19:28:09 +02:00 committed by GitHub
parent f2f89bf1c1
commit 06fe8685a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View file

@ -1391,6 +1391,14 @@ Enabling debug mode
The new :ref:`Python Development Mode <devmode>` can now also be used The new :ref:`Python Development Mode <devmode>` can now also be used
to enable the debug mode. to enable the debug mode.
.. attribute:: loop.slow_callback_duration
This attribute can be used to set the
minimum execution duration in seconds that is considered "slow".
When debug mode is enabled, "slow" callbacks are logged.
Default value is 100 milliseconds.
.. seealso:: .. seealso::
The :ref:`debug mode of asyncio <asyncio-debug-mode>`. The :ref:`debug mode of asyncio <asyncio-debug-mode>`.

View file

@ -34,7 +34,6 @@ Doc/library/__future__.rst
Doc/library/abc.rst Doc/library/abc.rst
Doc/library/aifc.rst Doc/library/aifc.rst
Doc/library/ast.rst Doc/library/ast.rst
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-extending.rst Doc/library/asyncio-extending.rst
Doc/library/asyncio-policy.rst Doc/library/asyncio-policy.rst