]> granicus.if.org Git - python/commit
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Jun 2018 04:40:57 +0000 (21:40 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Jun 2018 04:40:57 +0000 (21:40 -0700)
commit06deaf44d05471d9438502706cc09bb0e2ad3216
tree500eb54a94dff7fdb8fcf0f772850dfeea473b11
parent2839da4e51da5d66fa3d6e57eba4ba04f0641dab
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').
(cherry picked from commit 33c7420e7dd9d8e5b2aa15e98da6291bab6fcf33)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]