[3.14] gh-131189: Remove curses mention from PYTHON_BASIC_REPL docs (GH-140022) (#140027)

gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (GH-140022)

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

(cherry picked from commit 0344db8d60)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
This commit is contained in:
Miss Islington (bot) 2025-10-13 10:48:28 +02:00 committed by GitHub
parent 11ac373d7c
commit 0b84334e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1256,9 +1256,8 @@ conflict.
.. envvar:: PYTHON_BASIC_REPL .. envvar:: PYTHON_BASIC_REPL
If this variable is set to any value, 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 load the Python-based :term:`REPL` that requires :mod:`readline`, and will
:mod:`readline`, and will instead use the traditional parser-based instead use the traditional parser-based :term:`REPL`.
:term:`REPL`.
.. versionadded:: 3.13 .. versionadded:: 3.13