diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-06-21 01:52:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-21 01:52:20 (GMT) |
commit | 2839da4e51da5d66fa3d6e57eba4ba04f0641dab (patch) | |
tree | a985a12970d096944f6d88c756a7b3197463b8d9 /Misc | |
parent | 7c853d0620e1ea838f46642dbaa8ef142d80aa01 (diff) | |
download | cpython-2839da4e51da5d66fa3d6e57eba4ba04f0641dab.zip cpython-2839da4e51da5d66fa3d6e57eba4ba04f0641dab.tar.gz cpython-2839da4e51da5d66fa3d6e57eba4ba04f0641dab.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 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-06-20-19-16-24.bpo-33906.a1lXq0.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-20-19-16-24.bpo-33906.a1lXq0.rst b/Misc/NEWS.d/next/IDLE/2018-06-20-19-16-24.bpo-33906.a1lXq0.rst new file mode 100644 index 0000000..141122c --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-06-20-19-16-24.bpo-33906.a1lXq0.rst @@ -0,0 +1,2 @@ +Rename idlelib.windows as window Match Window on the main menu and remove +last plural module name. |