]> granicus.if.org Git - python/commit
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 21 Jun 2018 02:49:55 +0000 (22:49 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Jun 2018 02:49:55 +0000 (22:49 -0400)
commit33c7420e7dd9d8e5b2aa15e98da6291bab6fcf33
tree032fbff7d96359683fb006d5e0b68a0c2ab139f7
parenta361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77
 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)

Every other menudef key is the lowercase version of the
corresponding main menu entry (in this case, 'Window').
Lib/idlelib/autocomplete_w.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_mainmenu.py
Lib/idlelib/macosx.py
Lib/idlelib/mainmenu.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2018-06-20-22-14-07.bpo-33924.6Rz1wt.rst [new file with mode: 0644]