From 6a261a02a72bfa1b8e3e1c8fb70b339be6033df2 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:17:11 +0100 Subject: [PATCH] [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> --- Doc/using/cmdline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.3