mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
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.
This commit is contained in:
@@ -45,6 +45,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.
|
||||
|
||||
.. data:: backend
|
||||
|
||||
The name of the underlying Readline library being used, either
|
||||
|
||||
Reference in New Issue
Block a user