Skip to content

Commit 4fc5e27

Browse files
committed
Add What's New entry
1 parent cc92518 commit 4fc5e27

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,12 @@ json
789789
See the :ref:`JSON command-line interface <json-commandline>` documentation.
790790
(Contributed by Trey Hunner in :gh:`122873`.)
791791

792+
* By default, the output of the `JSON command-line interface <json-commandline>`
793+
is highlighted in color. This can be controlled via the
794+
:envvar:`PYTHON_COLORS` environment variable as well as the canonical
795+
|NO_COLOR|_ and |FORCE_COLOR|_ environment variables. See also
796+
:ref:`using-on-controlling-color`.
797+
(Contributed by Tomas Roun in :gh:`131952`.)
792798

793799
linecache
794800
---------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add color output to the :program:`json` CLI.
1+
Add color output to the :program:`json` CLI. Patch by Tomas Roun.

0 commit comments

Comments
 (0)