summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-21 01:25:59 (GMT)
committerGitHub <noreply@github.com>2018-06-21 01:25:59 (GMT)
commita361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77 (patch)
treef213feb31b204946297645de94ca774ca65fd777 /Misc/NEWS.d/next/IDLE
parent87a927325e3856621790a39d8718ff24a19510aa (diff)
downloadcpython-a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77.zip
cpython-a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77.tar.gz
cpython-a361e89d5ae3daefe9e8b8a7e889cd2ad8c45b77.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-06-20-19-16-24.bpo-33906.a1lXq0.rst2
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.