]> granicus.if.org Git - python/commit
bpo-33906: Rename idlelib.windows as window (GH-7833)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Jun 2018 01:45:36 +0000 (18:45 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Jun 2018 01:45:36 +0000 (18:45 -0700)
commitf9243a22da6a609143e27abf3ca37a4f63d5aae9
treef8d22b7479191c3931d67ae02814a562daea9329
parenta717c5646b36a42e4eb0ec4ae2a22520ff47d346
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>
Lib/idlelib/browser.py
Lib/idlelib/debugger.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_config.py
Lib/idlelib/idle_test/test_window.py [moved from Lib/idlelib/idle_test/test_windows.py with 75% similarity]
Lib/idlelib/macosx.py
Lib/idlelib/window.py [moved from Lib/idlelib/windows.py with 95% similarity]
Misc/NEWS.d/next/IDLE/2018-06-20-19-16-24.bpo-33906.a1lXq0.rst [new file with mode: 0644]