X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Doc/library/readline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand Down
X Tutup