From: Petr Viktorin Date: Fri, 19 Jul 2024 14:13:34 +0000 (+0200) Subject: [3.12] gh-121160: Note that readline libraries using different history formats. ... X-Git-Tag: v3.12.5~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e80497c9cd90e76bbe4c83ae82e39a52c2293077;p=thirdparty%2FPython%2Fcpython.git [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) --- 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 ---------