mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Follow the recommended practices for keystroke representation; this
improves internal consistency in the documentation.
This commit is contained in:
parent
07178d237a
commit
682d5f3cda
3 changed files with 25 additions and 23 deletions
|
|
@ -33,10 +33,10 @@ The optional argument is a banner or intro string to be issued before the
|
|||
first prompt (this overrides the \member{intro} class member).
|
||||
|
||||
If the \module{readline} module is loaded, input will automatically
|
||||
inherit \program{bash}-like history-list editing (e.g. \kbd{Ctrl-P}
|
||||
scrolls back to the last command, \kbd{Ctrl-N} forward to the next
|
||||
one, \kbd{Ctrl-F} moves the cursor to the right non-destructively,
|
||||
\kbd{Ctrl-B} moves the cursor to the left non-destructively, etc.).
|
||||
inherit \program{bash}-like history-list editing (e.g. \kbd{Control-P}
|
||||
scrolls back to the last command, \kbd{Control-N} forward to the next
|
||||
one, \kbd{Control-F} moves the cursor to the right non-destructively,
|
||||
\kbd{Control-B} moves the cursor to the left non-destructively, etc.).
|
||||
|
||||
An end-of-file on input is passed back as the string \code{'EOF'}.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue