summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-17 05:22:50 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-17 05:22:50 (GMT)
commit643ea53c140e2d2b3e21197fd87c1778131297d0 (patch)
tree8bef60f1373e85633d70dbdc4fe51cde4553d2af /Misc
parenta68c1ab5711b5bd0219d46f61ff85d4770708490 (diff)
downloadcpython-643ea53c140e2d2b3e21197fd87c1778131297d0.zip
cpython-643ea53c140e2d2b3e21197fd87c1778131297d0.tar.gz
cpython-643ea53c140e2d2b3e21197fd87c1778131297d0.tar.bz2
#14735: Update IDLE docs to omit "Control-z on Windows".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 06fb78f..0b118d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Library
IDLE
----
+- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
+
- Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().
- Issue #17657: Show full Tk version in IDLE's about dialog.