We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123498f commit a6a14e5Copy full SHA for a6a14e5
Doc/library/readline.rst
@@ -8,8 +8,8 @@
8
.. sectionauthor:: Skip Montanaro <[email protected]>
9
10
.. note::
11
- The Python REPL after version 3.13 no longer supports readline as per :gh:`118840`.
12
- However, readline can still be used if the :envvar:`PYTHON_BASIC_REPL` environment variable is set.
+ The new REPL introduced in version 3.13 no longer supports readline.
+ However, readline can still be used by setting the :envvar:`PYTHON_BASIC_REPL` environment variable.
13
14
--------------
15
0 commit comments