diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 05:57:25 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 05:57:25 (GMT) |
commit | 3dad1a5b8296334c028e4ce90980d0a69558f8b8 (patch) | |
tree | 34bdd7c8c7828807e676121af1d3c7b73b0cc05d /Doc | |
parent | 88057171f057dad4d855155c975d3e7c85cd23e3 (diff) | |
parent | 4b73676c3d260b37b91dedbc0b286c4e779350e4 (diff) | |
download | cpython-3dad1a5b8296334c028e4ce90980d0a69558f8b8.zip cpython-3dad1a5b8296334c028e4ce90980d0a69558f8b8.tar.gz cpython-3dad1a5b8296334c028e4ce90980d0a69558f8b8.tar.bz2 |
Merge 3.5 - 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.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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |