Skip to content

Commit 21ea75a

Browse files
committed
[3.12] pythongh-121160: Note that readline libraries using different history formats. (pythonGH-121327)
This is not something we can do too much about, without help from the underlying libraries. (cherry picked from commit 709db44) Co-authored-by: Petr Viktorin <[email protected]>
1 parent ff98d90 commit 21ea75a

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
@@ -44,6 +44,10 @@ Readline library in general.
4444
python:bind -v
4545
python:bind ^I rl_complete
4646

47+
Also note that different libraries may use different history file formats.
48+
When switching the underlying library, existing history files may become
49+
unusable.
50+
4751

4852
Init file
4953
---------

0 commit comments

Comments
 (0)