summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-09-12 05:50:03 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-09-12 05:50:03 (GMT)
commit4b73676c3d260b37b91dedbc0b286c4e779350e4 (patch)
tree1ec374e24bc6a52f630831f9dfb1c08120afa65a /Doc
parented6224ee0ceb0118cbc7f04278d8f2fefddddddd (diff)
downloadcpython-4b73676c3d260b37b91dedbc0b286c4e779350e4.zip
cpython-4b73676c3d260b37b91dedbc0b286c4e779350e4.tar.gz
cpython-4b73676c3d260b37b91dedbc0b286c4e779350e4.tar.bz2
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/idle.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index ffe8426..a629bc5 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -226,6 +226,9 @@ View Last Restart
Restart Shell
Restart the shell to clean the environment.
+Interrupt Execution
+ Stop a running program.
+
Debug menu (Shell window only)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^