Skip to content
Open
5 changes: 5 additions & 0 deletions Doc/library/readline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

.. sectionauthor:: Skip Montanaro <[email protected]>

.. note::
The new :term:`REPL` introduced in version 3.13 doesn't support readline.
However, readline can still be used by setting the :envvar:`PYTHON_BASIC_REPL`
environment variable.

--------------

The :mod:`readline` module defines a number of functions to facilitate
Expand Down
Loading