You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python 3.13, we added colour output to the new REPL, tracebacks and doctest, that can also be controlled with the PYTHON_COLORS, NO_COLOR and FORCE_COLOR environment variables:
Feature or enhancement
In Python 3.13, we added colour output to the new REPL, tracebacks and doctest, that can also be controlled with the
PYTHON_COLORS,NO_COLORandFORCE_COLORenvironment variables:Let's add colour to unittest output.
Linked PRs