summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-01-18 05:06:27 (GMT)
committerNed Deily <nad@acm.org>2015-01-18 05:06:27 (GMT)
commitccb416fee2c680252a16a55f2640cba3bde80185 (patch)
treed61414d3fd5b7776432b6a610183f10b5a58f011 /Misc
parent3bbb37e09b30baf9ed5926cc765fee1175fb1828 (diff)
downloadcpython-ccb416fee2c680252a16a55f2640cba3bde80185.zip
cpython-ccb416fee2c680252a16a55f2640cba3bde80185.tar.gz
cpython-ccb416fee2c680252a16a55f2640cba3bde80185.tar.bz2
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 6c810a9..733683d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1320,6 +1320,7 @@ Hisao Suzuki
Kalle Svensson
Andrew Svetlov
Paul Swartz
+Al Sweigart
Thenault Sylvain
Péter Szabó
John Szakmeister
diff --git a/Misc/NEWS b/Misc/NEWS
index 403bf87..7f87c2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -272,6 +272,9 @@ IDLE
- Issue #21986: Code objects are not normally pickled by the pickle module.
To match this, they are no longer pickled when running under Idle.
+- Issue #23180: Rename IDLE "Windows" menu item to "Window".
+ Patch by Al Sweigart.
+
Tests
-----