https://github.com/python/cpython/commit/709db44255eb5d73fc22a1341dd0253e71ddfda9
commit: 709db44255eb5d73fc22a1341dd0253e71ddfda9
branch: main
author: Petr Viktorin <[email protected]>
committer: encukou <[email protected]>
date: 2024-07-19T15:52:00+02:00
summary:
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.
files:
M Doc/library/readline.rst
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst
index 5658b93c81dc99..d03b71597130cf 100644
--- a/Doc/library/readline.rst
+++ b/Doc/library/readline.rst
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]