Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7082bc3

Browse files
committed
Issue #8491: Merge readline doc from 3.5
2 parents a0053be + 553245c commit 7082bc3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/library/readline.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ function.
2727
you can check for the text "libedit" in :const:`readline.__doc__`
2828
to differentiate between GNU readline and libedit.
2929

30+
Readline keybindings may be configured via an initialization file, typically
31+
``.inputrc`` in your home directory. See `Readline Init File
32+
<https://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html#SEC9>`_
33+
in the GNU Readline manual for information about the format and
34+
allowable constructs of that file, and the capabilities of the
35+
Readline library in general.
36+
3037

3138
Init file
3239
---------

0 commit comments

Comments
 (0)