Skip to content

Commit 4094fd9

Browse files
RafaelWOhugovk
andauthored
Convert long sentence to bullet points (by @hugovk)
in sys.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent cdf5fa2 commit 4094fd9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Doc/library/sys.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,11 +1999,12 @@ always available. Unless explicitly noted otherwise, all variables are read-only
19991999

20002000
.. note::
20012001

2002-
You can disable remote debugging support in a Python interpreter by (1) setting
2003-
the :envvar:`PYTHON_DISABLE_REMOTE_DEBUG` environment variable to any value before
2004-
starting the interpreter, (2) using the :option:`-X disable_remote_debug`
2005-
command-line option, or (3) compiling Python with the
2006-
:option:`--without-remote-debug` build flag.
2002+
To disable remote debugging support, use any of the following:
2003+
2004+
* Set the :envvar:`PYTHON_DISABLE_REMOTE_DEBUG` environment variable to
2005+
any value before starting the interpreter.
2006+
* Use the :option:`-X disable_remote_debug` command-line option.
2007+
* Compile Python with the :option:`--without-remote-debug` build flag.
20072008

20082009
.. audit-event:: sys.remote_exec pid script_path
20092010

0 commit comments

Comments
 (0)