]> 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:52:20 +0000 (18:52 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Jun 2018 01:52:20 +0000 (18:52 -0700)
commit2839da4e51da5d66fa3d6e57eba4ba04f0641dab
treea985a12970d096944f6d88c756a7b3197463b8d9
parent7c853d0620e1ea838f46642dbaa8ef142d80aa01
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]