]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128595: Default to stdout isatty for colour detection instead of stderr (#128498)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 20 Jan 2025 10:52:42 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 10:52:42 +0000 (12:52 +0200)
commit6f167d71347de6717d9f6b64026e21f23d41ef0b
tree48dff20fc46bc1eb1b1c24550d9ae9a4709c59b8
parenta42915979796565635dcfcd45d2b62b3e5e46eba
gh-128595: Default to stdout isatty for colour detection instead of stderr (#128498)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/_colorize.py
Lib/doctest.py
Lib/test/libregrtest/single.py
Lib/test/support/__init__.py
Lib/traceback.py
Lib/unittest/result.py
Lib/unittest/runner.py
Misc/NEWS.d/next/Library/2025-01-07-21-48-32.gh-issue-128498.n6jtlW.rst [new file with mode: 0644]