]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
authorVictor Stinner <vstinner@python.org>
Sun, 8 Dec 2019 07:38:16 +0000 (08:38 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Dec 2019 07:38:16 +0000 (08:38 +0100)
commit6cac1136665b70f72db291b95876d7affcf1d2db
treebaf9af65677cacb92ec5d10d8567e90bf8246b17
parent2b7de6696bf2f924cd2cd9ff0a539c8aa37c6244
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)

test.support: run_python_until_end(), assert_python_ok() and
assert_python_failure() functions no longer strip whitespaces from
stderr.
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/support/script_helper.py
Lib/test/test_cmd_line.py
Lib/test/test_cmd_line_script.py
Lib/test/test_faulthandler.py
Lib/test/test_gc.py
Lib/test/test_subprocess.py
Lib/test/test_support.py
Lib/test/test_warnings/__init__.py
Misc/NEWS.d/next/Tests/2019-12-07-00-52-09.bpo-38991.JE3_o-.rst [new file with mode: 0644]