bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)

This commit is contained in:
Cheryl Sabella 2018-12-28 15:11:30 -05:00 committed by Terry Jan Reedy
parent 804a5d94b6
commit c0381aaea4
4 changed files with 22 additions and 10 deletions

View file

@ -82,6 +82,9 @@
('_View Last Restart', '<<view-restart>>'),
('_Restart Shell', '<<restart-shell>>'),
None,
('_Previous History', '<<history-previous>>'),
('_Next History', '<<history-next>>'),
None,
('_Interrupt Execution', '<<interrupt-execution>>'),
]),