mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-112730: Update docs for colour env vars (#112837)
This commit is contained in:
parent
29f7eb4859
commit
12f0bbd6e0
3 changed files with 9 additions and 2 deletions
|
@ -601,6 +601,9 @@ show how long each import takes. This is exactly equivalent to setting
|
|||
.IP PYTHONBREAKPOINT
|
||||
If this environment variable is set to 0, it disables the default debugger. It
|
||||
can be set to the callable of your debugger of choice.
|
||||
.IP PYTHON_COLORS
|
||||
If this variable is set to 1, the interpreter will colorize various kinds of
|
||||
output. Setting it to 0 deactivates this behavior.
|
||||
.SS Debug-mode variables
|
||||
Setting these variables only has an effect in a debug build of Python, that is,
|
||||
if Python was configured with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue