summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-08-04-15-27-50.bpo-37748.0vf6pg.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-08-04-15-27-50.bpo-37748.0vf6pg.rst b/Misc/NEWS.d/next/IDLE/2019-08-04-15-27-50.bpo-37748.0vf6pg.rst
new file mode 100644
index 0000000..fc1d6b6
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-08-04-15-27-50.bpo-37748.0vf6pg.rst
@@ -0,0 +1 @@
+Reorder the Run menu. Put the most common choice, Run Module, at the top.