diff options
author | Ned Deily <nad@acm.org> | 2015-01-18 05:06:27 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-18 05:06:27 (GMT) |
commit | ccb416fee2c680252a16a55f2640cba3bde80185 (patch) | |
tree | d61414d3fd5b7776432b6a610183f10b5a58f011 /Misc | |
parent | 3bbb37e09b30baf9ed5926cc765fee1175fb1828 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1320,6 +1320,7 @@ Hisao Suzuki Kalle Svensson Andrew Svetlov Paul Swartz +Al Sweigart Thenault Sylvain Péter Szabó John Szakmeister @@ -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 ----- |