From e80497c9cd90e76bbe4c83ae82e39a52c2293077 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 19 Jul 2024 16:13:34 +0200 Subject: [PATCH] [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) --- Doc/library/readline.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 43cf8d5cdac5..f02aec8a6a81 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 --------- -- 2.47.3