Issue #23180: Rename IDLE "Windows" menu item to "Window".

Patch by Al Sweigart.
This commit is contained in:
Ned Deily 2015-01-17 21:06:27 -08:00
parent 3bbb37e09b
commit ccb416fee2
6 changed files with 9 additions and 11 deletions

View file

@ -848,13 +848,10 @@ class PyShell(OutputWindow):
("edit", "_Edit"),
("debug", "_Debug"),
("options", "_Options"),
("windows", "_Windows"),
("windows", "_Window"),
("help", "_Help"),
]
if sys.platform == "darwin":
menu_specs[-2] = ("windows", "_Window")
# New classes
from idlelib.IdleHistory import History