diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-12-28 20:11:30 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-12-28 20:11:30 (GMT) |
commit | c0381aaea4ad3e866bde70393c4f7efe9bcf3568 (patch) | |
tree | 8046ca7117fb3b8a6af180bc6d8ab06500f317f6 /Doc/library/idle.rst | |
parent | 804a5d94b6b7f8cb8546112aee2bc3af362f28f5 (diff) | |
download | cpython-c0381aaea4ad3e866bde70393c4f7efe9bcf3568.zip cpython-c0381aaea4ad3e866bde70393c4f7efe9bcf3568.tar.gz cpython-c0381aaea4ad3e866bde70393c4f7efe9bcf3568.tar.bz2 |
bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index ef9bd26..56d7c9f 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -235,6 +235,12 @@ View Last Restart Restart Shell Restart the shell to clean the environment. +Previous History + Cycle through earlier commands in history which match the current entry. + +Next History + Cycle through later commands in history which match the current entry. + Interrupt Execution Stop a running program. |