mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-33906: Rename idlelib.windows as window (#7833)
Match Window on the main menu and remove last plural module name. Change imports, test, and attribute references to match new name.
This commit is contained in:
parent
87a927325e
commit
a361e89d5a
8 changed files with 24 additions and 22 deletions
|
@ -128,7 +128,7 @@ def overrideRootMenu(root, flist):
|
|||
# menu.
|
||||
from tkinter import Menu
|
||||
from idlelib import mainmenu
|
||||
from idlelib import windows
|
||||
from idlelib import window
|
||||
|
||||
closeItem = mainmenu.menudefs[0][1][-2]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue