]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (#140022)
authorBartosz Sławecki <bartosz@ilikepython.com>
Mon, 13 Oct 2025 08:40:39 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 08:40:39 +0000 (10:40 +0200)
The `curses` dependency for the default REPL has been removed
in 09dfb50f1b7c23bc48d86bd579671761bb8ca48b.

Doc/using/cmdline.rst

index 74c18c2a6ede9c6d1cb1e07a297c2f2299262353..773fdabe99e0ed82c47f6a1ad12276402ae1df40 100644 (file)
@@ -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