mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
gh-112730: Use color to highlight error locations (gh-112732)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
3870d19d15
commit
16448cab44
8 changed files with 369 additions and 40 deletions
|
@ -293,6 +293,8 @@ static const char usage_envvars[] =
|
|||
"PYTHON_FROZEN_MODULES : if this variable is set, it determines whether or not \n"
|
||||
" frozen modules should be used. The default is \"on\" (or \"off\" if you are \n"
|
||||
" running a local build).\n"
|
||||
"PYTHON_COLORS : If this variable is set to 1, the interpreter will"
|
||||
" colorize various kinds of output. Setting it to 0 deactivates this behavior.\n"
|
||||
"These variables have equivalent command-line parameters (see --help for details):\n"
|
||||
"PYTHONDEBUG : enable parser debug mode (-d)\n"
|
||||
"PYTHONDONTWRITEBYTECODE : don't write .pyc files (-B)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue