From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:17:11 +0000 (+0100) Subject: [3.13] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation ... X-Git-Tag: v3.13.2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a261a02a72bfa1b8e3e1c8fb70b339be6033df2;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (GH-127203) (#129152) gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (GH-127203) Fix a misleading statement in PYTHON_BASIC_REPL documentation. (cherry picked from commit f18b2264929c56360c868d7ad77508035d751352) Co-authored-by: Michael Kashirin <88917554+mkashirin@users.noreply.github.com> --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 8f54a0fdebe1..797ba29ad547 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1197,7 +1197,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`.