Skip to content

Commit 28e8af9

Browse files
committed
What's New and blurb
1 parent 0f800b3 commit 28e8af9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,10 @@ tarfile
10701070
timeit
10711071
------
10721072

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`.)
10731077
* The command-line interface now colorizes error tracebacks
10741078
by default. This can be controlled with
10751079
:ref:`environment variables <using-on-controlling-color>`.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add colour to :mod:`timeit` CLI output. Patch by Hugo van Kemenade.

0 commit comments

Comments
 (0)