asyncio: document the debug mode

This commit is contained in:
Victor Stinner 2014-06-23 00:36:11 +02:00
parent 1580fe3fce
commit 62511fd6d6
3 changed files with 30 additions and 7 deletions

View file

@ -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