summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.14.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.14.rst')
-rw-r--r--Doc/whatsnew/3.14.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index e83c509..db25c03 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -616,6 +616,13 @@ unicodedata
unittest
--------
+* :mod:`unittest` output is now colored by default.
+ This can be controlled via the :envvar:`PYTHON_COLORS` environment
+ variable as well as the canonical |NO_COLOR|_
+ and |FORCE_COLOR|_ environment variables.
+ See also :ref:`using-on-controlling-color`.
+ (Contributed by Hugo van Kemenade in :gh:`127221`.)
+
* unittest discovery supports :term:`namespace package` as start
directory again. It was removed in Python 3.11.
(Contributed by Jacob Walls in :gh:`80958`.)