diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index f649fce5efc377..23d5421485a0a6 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -7,6 +7,11 @@ .. sectionauthor:: Skip Montanaro +.. 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