diff options
Diffstat (limited to 'Doc/library/devmode.rst')
-rw-r--r-- | Doc/library/devmode.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/devmode.rst b/Doc/library/devmode.rst index e6ed59496c..44e7d4f541 100644 --- a/Doc/library/devmode.rst +++ b/Doc/library/devmode.rst @@ -13,6 +13,8 @@ detected. It can be enabled using the :option:`-X dev <-X>` command line option or by setting the :envvar:`PYTHONDEVMODE` environment variable to ``1``. +See also :ref:`Python debug build <debug-build>`. + Effects of the Python Development Mode ====================================== |