mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +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
|
|
@ -91,7 +91,8 @@ Improved Error Messages
|
|||
* The interpreter now colorizes error messages when displaying tracebacks by default.
|
||||
This feature can be controlled via the new :envvar:`PYTHON_COLORS` environment
|
||||
variable as well as the canonical ``NO_COLOR`` and ``FORCE_COLOR`` environment
|
||||
variables. (Contributed by Pablo Galindo Salgado in :gh:`112730`.)
|
||||
variables. See also :ref:`using-on-controlling-color`.
|
||||
(Contributed by Pablo Galindo Salgado in :gh:`112730`.)
|
||||
|
||||
Other Language Changes
|
||||
======================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue