summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-05 19:10:46 (GMT)
committerGitHub <noreply@github.com>2024-12-05 19:10:46 (GMT)
commit23f2e8f13c4e4a34106cf96fad9329cbfbf8844d (patch)
treea2f306c0ccd6c05302f4bb5eb279e3f0f6834a65 /Misc/NEWS.d
parentd958d9f4a1b71c6d30960bf6c53c41046ea94590 (diff)
downloadcpython-23f2e8f13c4e4a34106cf96fad9329cbfbf8844d.zip
cpython-23f2e8f13c4e4a34106cf96fad9329cbfbf8844d.tar.gz
cpython-23f2e8f13c4e4a34106cf96fad9329cbfbf8844d.tar.bz2
gh-127221: Add colour to unittest output (#127223)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-23-00-17-29.gh-issue-127221.OSXdFE.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-23-00-17-29.gh-issue-127221.OSXdFE.rst b/Misc/NEWS.d/next/Library/2024-11-23-00-17-29.gh-issue-127221.OSXdFE.rst
new file mode 100644
index 0000000..0e4a03c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-23-00-17-29.gh-issue-127221.OSXdFE.rst
@@ -0,0 +1 @@
+Add colour to :mod:`unittest` output. Patch by Hugo van Kemenade.