diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 05:50:03 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 05:50:03 (GMT) |
commit | 4b73676c3d260b37b91dedbc0b286c4e779350e4 (patch) | |
tree | 1ec374e24bc6a52f630831f9dfb1c08120afa65a /Doc/library/idle.rst | |
parent | ed6224ee0ceb0118cbc7f04278d8f2fefddddddd (diff) | |
download | cpython-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/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 3 |
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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |