diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-06-21 01:45:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-21 01:45:36 (GMT) |
commit | f9243a22da6a609143e27abf3ca37a4f63d5aae9 (patch) | |
tree | f8d22b7479191c3931d67ae02814a562daea9329 /Lib/idlelib/macosx.py | |
parent | a717c5646b36a42e4eb0ec4ae2a22520ff47d346 (diff) | |
download | cpython-f9243a22da6a609143e27abf3ca37a4f63d5aae9.zip cpython-f9243a22da6a609143e27abf3ca37a4f63d5aae9.tar.gz cpython-f9243a22da6a609143e27abf3ca37a4f63d5aae9.tar.bz2 |
bpo-33906: Rename idlelib.windows as window (GH-7833)
Match Window on the main menu and remove last plural module name.
Change imports, test, and attribute references to match new name.
(cherry picked from commit a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/macosx.py')
-rw-r--r-- | Lib/idlelib/macosx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py index d85278a..3d29612 100644 --- a/Lib/idlelib/macosx.py +++ b/Lib/idlelib/macosx.py @@ -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] |