mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-121160: Note that readline libraries using different history formats. (GH-121327) (GH-122031)
This is not something we can do too much about, without help from the
underlying libraries.
(cherry picked from commit 709db44255)
This commit is contained in:
parent
ff98d9021a
commit
e80497c9cd
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ Readline library in general.
|
|||
python:bind -v
|
||||
python:bind ^I rl_complete
|
||||
|
||||
Also note that different libraries may use different history file formats.
|
||||
When switching the underlying library, existing history files may become
|
||||
unusable.
|
||||
|
||||
|
||||
Init file
|
||||
---------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue