]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (GH-140022...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Oct 2025 08:48:28 +0000 (10:48 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 08:48:28 +0000 (08:48 +0000)
gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (GH-140022)

The `curses` dependency for the default REPL has been removed
in 031645a88427d8c8df70ae96519b4d2d0ae550f7 (backport of
09dfb50f1b7c23bc48d86bd579671761bb8ca48b).

(cherry picked from commit 0344db8d60621705af88daa7ff65bde063271f99)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Doc/using/cmdline.rst

index 448f2725e9a3dbee9258c44fd2d52a2a102c58b0..24541e84732faf4d350c23f674e3fc059447bd02 100644 (file)
@@ -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