Skip to content

Commit 5754eb2

Browse files
committed
docs: moved readline no longer supported note to the end of page
1 parent e866e2f commit 5754eb2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Doc/library/readline.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88
.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
99

10-
.. note::
11-
The new :term:`REPL` introduced in version 3.13 doesn't support readline.
12-
However, readline can still be used by setting the :envvar:`PYTHON_BASIC_REPL`
13-
environment variable.
14-
1510
--------------
1611

1712
The :mod:`readline` module defines a number of functions to facilitate
@@ -399,3 +394,7 @@ support history save/restore. ::
399394
def save_history(self, histfile):
400395
readline.set_history_length(1000)
401396
readline.write_history_file(histfile)
397+
398+
The new :term:`REPL` introduced in version 3.13 doesn't support readline.
399+
However, readline can still be used by setting the :envvar:`PYTHON_BASIC_REPL`
400+
environment variable.

0 commit comments

Comments
 (0)