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

The `curses` dependency for the default REPL has been removed
in 09dfb50f1b.
This commit is contained in:
Bartosz Sławecki 2025-10-13 10:40:39 +02:00 committed by GitHub
parent bb85af343f
commit 0344db8d60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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