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

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

.. note::
The Python REPL after version 3.13 no longer supports readline as per :gh:`118840`.
However, readline can still be used if the :envvar:`PYTHON_BASIC_REPL` environment variable is set.

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

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