Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-101100: Fix sphinx warnings in library/asyncio-dev.rst #111179

Merged
merged 3 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 11 additions & 3 deletions Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ Scheduling callbacks
See the :ref:`concurrency and multithreading <asyncio-multithreading>`
section of the documentation.

.. versionchanged:: 3.7
The *context* keyword-only parameter was added. See :pep:`567`
for more details.
.. versionchanged:: 3.7
The *context* keyword-only parameter was added. See :pep:`567`
for more details.

.. _asyncio-pass-keywords:

Expand Down Expand Up @@ -1391,6 +1391,14 @@ Enabling debug mode
The new :ref:`Python Development Mode <devmode>` can now also be used
to enable the debug mode.

.. attribute:: loop.slow_callback_duration

When debug mode is enabled, this attribute can be used to set the
willingc marked this conversation as resolved.
Show resolved Hide resolved
minimum execution duration in seconds that is considered "slow".
"Slow" callbacks are logged.
willingc marked this conversation as resolved.
Show resolved Hide resolved

Default value is 100 milliseconds.

.. seealso::

The :ref:`debug mode of asyncio <asyncio-debug-mode>`.
Expand Down
1 change: 0 additions & 1 deletion Doc/tools/.nitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Doc/howto/logging.rst
Doc/howto/urllib2.rst
Doc/library/abc.rst
Doc/library/ast.rst
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-extending.rst
Doc/library/asyncio-policy.rst
Expand Down