mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
asyncio: document the debug mode
This commit is contained in:
parent
1580fe3fce
commit
62511fd6d6
3 changed files with 30 additions and 7 deletions
|
@ -616,8 +616,8 @@ conflict.
|
|||
|
||||
.. envvar:: PYTHONASYNCIODEBUG
|
||||
|
||||
If this environment variable is set to a non-empty string, enable the debug
|
||||
mode of the :mod:`asyncio` module.
|
||||
If this environment variable is set to a non-empty string, enable the
|
||||
:ref:`debug mode <asyncio-debug-mode>` of the :mod:`asyncio` module.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue