summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-26 19:34:50 (GMT)
committerGitHub <noreply@github.com>2023-09-26 19:34:50 (GMT)
commitb1e4f6e83e8916005caa3f751f25fb58cccbf812 (patch)
tree87131de209599f2cd2c36165b26744cf9bf19134 /Doc
parentae1d99c2ed9d44b2554129f3a85b97a31119bccc (diff)
downloadcpython-b1e4f6e83e8916005caa3f751f25fb58cccbf812.zip
cpython-b1e4f6e83e8916005caa3f751f25fb58cccbf812.tar.gz
cpython-b1e4f6e83e8916005caa3f751f25fb58cccbf812.tar.bz2
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Remove replace_stdout(): call sys.stdout.reconfigure() instead of set the error handler to backslashreplace. display_header() logs an empty line and flush stdout. Remove encoding workaround in display_header() since stdout error handler is now set to backslashreplace earlier.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/configure.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index 8207475..a955519 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -965,7 +965,7 @@ Main Makefile targets
this the default target of the ``make`` command (``make all`` or just
``make``).
-* ``make test``: Build Python and run the Python test suite with ``--slow-ci``
+* ``make test``: Build Python and run the Python test suite with ``--fast-ci``
option. Variables:
* ``TESTOPTS``: additional regrtest command line options.