mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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.
This commit is contained in:
parent
2b7de6696b
commit
6cac113666
11 changed files with 46 additions and 61 deletions
|
@ -653,7 +653,6 @@ class TestSupport(unittest.TestCase):
|
|||
# run_doctest
|
||||
# threading_cleanup
|
||||
# reap_threads
|
||||
# strip_python_stderr
|
||||
# can_symlink
|
||||
# skip_unless_symlink
|
||||
# SuppressCrashReport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue