mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-37748: Re-order the Run menu. (GH-15115)
Put the most common choice, Run Module, at the top.
This commit is contained in:
parent
adf02b36b3
commit
14070299cd
5 changed files with 46 additions and 39 deletions
|
@ -73,10 +73,10 @@ menudefs = [
|
|||
]),
|
||||
|
||||
('run', [
|
||||
('Python Shell', '<<open-python-shell>>'),
|
||||
('C_heck Module', '<<check-module>>'),
|
||||
('R_un Module', '<<run-module>>'),
|
||||
('Run... _Customized', '<<run-custom>>'),
|
||||
('C_heck Module', '<<check-module>>'),
|
||||
('Python Shell', '<<open-python-shell>>'),
|
||||
]),
|
||||
|
||||
('shell', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue