summaryrefslogtreecommitdiffstats
path: root/Doc/library/idle.rst
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-12-28 20:11:30 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-12-28 20:11:30 (GMT)
commitc0381aaea4ad3e866bde70393c4f7efe9bcf3568 (patch)
tree8046ca7117fb3b8a6af180bc6d8ab06500f317f6 /Doc/library/idle.rst
parent804a5d94b6b7f8cb8546112aee2bc3af362f28f5 (diff)
downloadcpython-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.rst6
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.