Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Doc/using/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading