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 5754eb2 commit 467b4baCopy full SHA for 467b4ba
Doc/library/readline.rst
@@ -394,7 +394,8 @@ support history save/restore. ::
394
def save_history(self, histfile):
395
readline.set_history_length(1000)
396
readline.write_history_file(histfile)
397
+.. note::
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.
+ 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`
401
+ environment variable.
0 commit comments