blob: cff5a65646551b0b64cb189fd48894e3651d7e2e (
plain)
1
2
3
4
5
|
:mod:`test.support`: :func:`~test.support.run_python_until_end`,
:func:`~test.support.assert_python_ok` and
:func:`~test.support.assert_python_failure` functions no longer strip
whitespaces from stderr. Remove ``test.support.strip_python_stderr()``
function.
|