]> granicus.if.org Git - python/commitdiff
Issue #16893: Update Idle doc chapter to match current Idle and add new
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 6 Dec 2014 01:25:30 +0000 (20:25 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 6 Dec 2014 01:25:30 +0000 (20:25 -0500)
information.

Misc/NEWS

index 7cf0ccdf829fda71c4176cb5f37a156ca4f8b6bb..b8ec14814b1d27d31989faaf7597fbdfee26a5a4 100644 (file)
--- 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.