]> granicus.if.org Git - python/commit
bpo-33906: Rename idlelib.windows as window (#7833)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 21 Jun 2018 01:25:59 +0000 (21:25 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Jun 2018 01:25:59 +0000 (21:25 -0400)
commita361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77
treef213feb31b204946297645de94ca774ca65fd777
parent87a927325e3856621790a39d8718ff24a19510aa
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.
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]