]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128595: Default to stdout isatty for colour detection instead of stderr...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 21 Jan 2025 16:14:24 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 16:14:24 +0000 (18:14 +0200)
commit383af395af828f40d9543ee0a8fdc5cc011d43db
treeecf4eca47ae89ce741279861cd375dae392b7dcc
parent972d95313cbf8f9bc284d415866afb8bcdcae4b0
[3.13] gh-128595: Default to stdout isatty for colour detection instead of stderr (GH-128498) (#129057)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Fix `test__colorize` unexpected keyword argument 'file' on buildbots (#129070)
Lib/_colorize.py
Lib/doctest.py
Lib/test/support/__init__.py
Lib/test/test__colorize.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2025-01-07-21-48-32.gh-issue-128498.n6jtlW.rst [new file with mode: 0644]