summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/mainmenu.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-08-04 20:45:15 (GMT)
committerGitHub <noreply@github.com>2019-08-04 20:45:15 (GMT)
commit14070299cdc0faf36975f0cc2d51824a9abf3db0 (patch)
treef36c6b452b405455ff1d8245e406ed250420fb3a /Lib/idlelib/mainmenu.py
parentadf02b36b3f3745ad4ee380d88f2f6011f54fc22 (diff)
downloadcpython-14070299cdc0faf36975f0cc2d51824a9abf3db0.zip
cpython-14070299cdc0faf36975f0cc2d51824a9abf3db0.tar.gz
cpython-14070299cdc0faf36975f0cc2d51824a9abf3db0.tar.bz2
bpo-37748: Re-order the Run menu. (GH-15115)
Put the most common choice, Run Module, at the top.
Diffstat (limited to 'Lib/idlelib/mainmenu.py')
-rw-r--r--Lib/idlelib/mainmenu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/mainmenu.py b/Lib/idlelib/mainmenu.py
index fc51fb1..74edce2 100644
--- a/Lib/idlelib/mainmenu.py
+++ b/Lib/idlelib/mainmenu.py
@@ -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', [