Skip to content

Commit 709db44

Browse files
authored
gh-121160: Note that readline libraries using different history formats. (GH-121327)
This is not something we can do too much about, without help from the underlying libraries.
1 parent 22c9d9c commit 709db44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/readline.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Readline library in general.
4545
python:bind -v
4646
python:bind ^I rl_complete
4747

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+
4852
.. data:: backend
4953

5054
The name of the underlying Readline library being used, either

0 commit comments

Comments
 (0)