From 8da6a76c224b038a27c60fba7c17dff775580158 Mon Sep 17 00:00:00 2001 From: bswck Date: Mon, 13 Oct 2025 02:26:06 +0200 Subject: [PATCH] Remove `curses` mention in `PYTHON_BASIC_REPL` docs --- 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 74c18c2a6ede9c..773fdabe99e0ed 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1277,9 +1277,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