https://github.com/python/cpython/commit/e80497c9cd90e76bbe4c83ae82e39a52c2293077
commit: e80497c9cd90e76bbe4c83ae82e39a52c2293077
branch: 3.12
author: Petr Viktorin <[email protected]>
committer: encukou <[email protected]>
date: 2024-07-19T14:13:34Z
summary:
[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 709db44255eb5d73fc22a1341dd0253e71ddfda9)
files:
M Doc/library/readline.rst
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst
index 43cf8d5cdac544..f02aec8a6a8105 100644
--- a/Doc/library/readline.rst
+++ b/Doc/library/readline.rst
@@ -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
---------
_______________________________________________
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]