mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
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:
parent
bb85af343f
commit
0344db8d60
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue