]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
authorVictor Stinner <vstinner@python.org>
Mon, 11 Oct 2021 21:07:21 +0000 (23:07 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 21:07:21 +0000 (23:07 +0200)
commit1ebd798fddef51e1f6fd40a4860278a1851ac268
treeac15076d8bd096d265072c9888361640400a8eee
parent47717d1186563695e798b40350d15b00d04a5237
bpo-45410: Add test.support.flush_std_streams() (GH-28885)

support.print_warning() now flushs sys.stdout.
Doc/library/test.rst
Lib/test/libregrtest/utils.py
Lib/test/support/__init__.py