From: Michael Kashirin <88917554+mkashirin@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:05:19 +0000 (+0300) Subject: gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (#127203) X-Git-Tag: v3.14.0a5~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18b2264929c56360c868d7ad77508035d751352;p=thirdparty%2FPython%2Fcpython.git gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (#127203) Fix a misleading statement in PYTHON_BASIC_REPL documentation. --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 7db2f4820f34..2a59cf3f62d4 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1195,7 +1195,7 @@ conflict. .. envvar:: PYTHON_BASIC_REPL - If this variable is set to ``1``, the interpreter will not attempt to + If this variable is set to any value, the interpreter will not attempt to load the Python-based :term:`REPL` that requires :mod:`curses` and :mod:`readline`, and will instead use the traditional parser-based :term:`REPL`.