diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 01:50:03 -0400 |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-09-12 01:50:03 -0400 |
| commit | 4b73676c3d260b37b91dedbc0b286c4e779350e4 (patch) | |
| tree | 1ec374e24bc6a52f630831f9dfb1c08120afa65a /Doc/library/idle.rst | |
| parent | ed6224ee0ceb0118cbc7f04278d8f2fefddddddd (diff) | |
| download | cpython-git-4b73676c3d260b37b91dedbc0b286c4e779350e4.tar.gz | |
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 ffe842643e..a629bc50db 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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
