]> granicus.if.org Git - python/commitdiff
Issue #8491: Add link to Gnu Readline configuration documentation
authorMartin Panter <vadmium+py@gmail.com>
Fri, 10 Jun 2016 00:27:46 +0000 (00:27 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 10 Jun 2016 00:27:46 +0000 (00:27 +0000)
Doc/library/readline.rst

index d7e7dc6c2c94ff33c5753a57aff081a4cc124304..a0ed89eba10e4514553dedb5037d518b76b13a86 100644 (file)
@@ -27,6 +27,13 @@ interactive prompt  and the prompts offered by the :func:`raw_input` and
   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
 ---------