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 22c9d9c commit 709db44Copy full SHA for 709db44
Doc/library/readline.rst
@@ -45,6 +45,10 @@ Readline library in general.
45
python:bind -v
46
python:bind ^I rl_complete
47
48
+ Also note that different libraries may use different history file formats.
49
+ When switching the underlying library, existing history files may become
50
+ unusable.
51
+
52
.. data:: backend
53
54
The name of the underlying Readline library being used, either
0 commit comments