summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/README.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-09-12 05:57:25 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-09-12 05:57:25 (GMT)
commit3dad1a5b8296334c028e4ce90980d0a69558f8b8 (patch)
tree34bdd7c8c7828807e676121af1d3c7b73b0cc05d /Lib/idlelib/README.txt
parent88057171f057dad4d855155c975d3e7c85cd23e3 (diff)
parent4b73676c3d260b37b91dedbc0b286c4e779350e4 (diff)
downloadcpython-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 'Lib/idlelib/README.txt')
-rw-r--r--Lib/idlelib/README.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt
index a879c17..74ec08a 100644
--- a/Lib/idlelib/README.txt
+++ b/Lib/idlelib/README.txt
@@ -160,13 +160,14 @@ Edit
Show surrounding parens # parenmatch (& Hyperparser)
Shell # pyshell
- View Last Restart# pyshell.?
- Restart Shell # pyshell.?
+ View Last Restart # pyshell.PyShell.view_restart_mark
+ Restart Shell # pyshell.PyShell.restart_shell
+ Interrupt Execution # pyshell.PyShell.cancel_callback
Debug (Shell only)
Go to File/Line
- debugger # debugger, debugger_r
- Stack Viewer # stackviewer
+ debugger # debugger, debugger_r, PyShell.toggle_debuger
+ Stack Viewer # stackviewer, PyShell.open_stack_viewer
Auto-open Stack Viewer # stackviewer
Format (Editor only)