File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
1712The :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.
You can’t perform that action at this time.
0 commit comments