mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)
This commit is contained in:
parent
804a5d94b6
commit
c0381aaea4
4 changed files with 22 additions and 10 deletions
|
|
@ -235,6 +235,12 @@ View Last Restart
|
|||
Restart Shell
|
||||
Restart the shell to clean the environment.
|
||||
|
||||
Previous History
|
||||
Cycle through earlier commands in history which match the current entry.
|
||||
|
||||
Next History
|
||||
Cycle through later commands in history which match the current entry.
|
||||
|
||||
Interrupt Execution
|
||||
Stop a running program.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue