commit | d663d34685e18588748569468c672763f4c73b3e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 23 19:03:52 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 23 19:03:52 2020 +0200 |
tree | 9d5dacf672a50135ef10efef37e3b51f20aac1ad | |
parent | 02e4484f19304a0a5f484f06a3fa441c6fb6073a [diff] |
bpo-39983: Add test.support.print_warning() (GH-19683) Log "Warning -- ..." test warnings into sys.__stderr__ rather than sys.stderr, to ensure to display them even if sys.stderr is captured. test.libregrtest.utils.print_warning() now calls test.support.print_warning().