[Python-checkins] cpython (merge 3.5 -> default): Issue #8491: Merge readline doc from 3.5

martin.panter python-checkins at python.org
Thu Jun 9 20:46:21 EDT 2016


https://hg.python.org/cpython/rev/5b904920c2d1
changeset:   101837:5b904920c2d1
parent:      101834:808b2e681700
parent:      101836:5bbb021450d7
user:        Martin Panter <vadmium+py at gmail.com>
date:        Fri Jun 10 00:39:28 2016 +0000
summary:
  Issue #8491: Merge readline doc from 3.5

files:
  Doc/library/readline.rst |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst
--- a/Doc/library/readline.rst
+++ b/Doc/library/readline.rst
@@ -27,6 +27,13 @@
   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
 ---------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list