From 360b664659eec358f9ddda9818dca2cdaeab0d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Mon, 13 Oct 2025 10:40:39 +0200 Subject: [PATCH] gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (GH-140022) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `curses` dependency for the default REPL has been removed in 09dfb50f1b7c23bc48d86bd579671761bb8ca48b. (cherry picked from commit 0344db8d60621705af88daa7ff65bde063271f99) Co-authored-by: Bartosz Sławecki --- Doc/using/cmdline.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 448f2725e9a3db..24541e84732faf 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1256,9 +1256,8 @@ conflict. .. envvar:: PYTHON_BASIC_REPL 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`. + load the Python-based :term:`REPL` that requires :mod:`readline`, and will + instead use the traditional parser-based :term:`REPL`. .. versionadded:: 3.13