diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-10 00:39:28 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-10 00:39:28 (GMT) |
commit | 7082bc37b02c9645b31e0f48fd806359ec3012c6 (patch) | |
tree | fc985b485630993e6cfd2e34959ec3b334436989 /Doc/library/readline.rst | |
parent | a0053bebc2fd67f9f8223181980baae7bb0ccb62 (diff) | |
parent | 553245c6f56240f3dad8e21de56a03f8c976a2e0 (diff) | |
download | cpython-7082bc37b02c9645b31e0f48fd806359ec3012c6.zip cpython-7082bc37b02c9645b31e0f48fd806359ec3012c6.tar.gz cpython-7082bc37b02c9645b31e0f48fd806359ec3012c6.tar.bz2 |
Issue #8491: Merge readline doc from 3.5
Diffstat (limited to 'Doc/library/readline.rst')
-rw-r--r-- | Doc/library/readline.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index f777920..645a183 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -27,6 +27,13 @@ function. you can check for the text "libedit" in :const:`readline.__doc__` to differentiate between GNU readline and libedit. +Readline keybindings may be configured via an initialization file, typically +``.inputrc`` in your home directory. See `Readline Init File +<https://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html#SEC9>`_ +in the GNU Readline manual for information about the format and +allowable constructs of that file, and the capabilities of the +Readline library in general. + Init file --------- |