summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-12-06 01:25:30 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-12-06 01:25:30 (GMT)
commitf990e7f1f0de45a07bab0e520d01f706b6f46569 (patch)
treedd192c31860ea54e954f47311a0f0d79f62df6b2
parent17be09c4754e5618fc51535f1f6e68acb54d6e8d (diff)
downloadcpython-f990e7f1f0de45a07bab0e520d01f706b6f46569.zip
cpython-f990e7f1f0de45a07bab0e520d01f706b6f46569.tar.gz
cpython-f990e7f1f0de45a07bab0e520d01f706b6f46569.tar.bz2
Issue #16893: Update Idle doc chapter to match current Idle and add new
information.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7cf0ccd..b8ec148 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,6 +175,9 @@ Library
IDLE
----
+- Issue #16893: Update Idle doc chapter to match current Idle and add new
+ information.
+
- Issue #3068: Add Idle extension configuration dialog to Options menu.
Changes are written to HOME/.idlerc/config-extensions.cfg.
Original patch by Tal Einat.