commit | 14070299cdc0faf36975f0cc2d51824a9abf3db0 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Aug 04 16:45:15 2019 -0400 |
committer | GitHub <noreply@github.com> | Sun Aug 04 16:45:15 2019 -0400 |
tree | f36c6b452b405455ff1d8245e406ed250420fb3a | |
parent | adf02b36b3f3745ad4ee380d88f2f6011f54fc22 [diff] [blame] |
bpo-37748: Re-order the Run menu. (GH-15115) Put the most common choice, Run Module, at the top.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e3e92bd..0fff700 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ ====================================== +bpo-37748: Reorder the Run menu. Put the most common choice, +Run Module, at the top. + bpo-37692: Improve highlight config sample with example shell interaction and better labels for shell elements.