We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f800b3 commit 28e8af9Copy full SHA for 28e8af9
Doc/whatsnew/3.15.rst
@@ -1070,6 +1070,10 @@ tarfile
1070
timeit
1071
------
1072
1073
+* The output of the :mod:`timeit` command-line interface is colored by default.
1074
+ This can be controlled with
1075
+ :ref:`environment variables <using-on-controlling-color>`.
1076
+ (Contributed by Hugo van Kemenade in :gh:`146609`.)
1077
* The command-line interface now colorizes error tracebacks
1078
by default. This can be controlled with
1079
:ref:`environment variables <using-on-controlling-color>`.
Misc/NEWS.d/next/Library/2026-03-29-21-31-14.gh-issue-146609.BnshCt.rst
@@ -0,0 +1 @@
1
+Add colour to :mod:`timeit` CLI output. Patch by Hugo van Kemenade.
0 commit comments