summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 03:23:44 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 03:23:44 (GMT)
commitc8c5a331ff6ba733a68ab65e6136527561bc7da3 (patch)
tree7f77dee010277e2e0a8ae3f5d96bb4bba478a7db
parentb216896df4c6ad8639f41af5d800854f1d90571e (diff)
parentbb5f83f181b1589ba478b62db54497b23be097aa (diff)
downloadcpython-c8c5a331ff6ba733a68ab65e6136527561bc7da3.zip
cpython-c8c5a331ff6ba733a68ab65e6136527561bc7da3.tar.gz
cpython-c8c5a331ff6ba733a68ab65e6136527561bc7da3.tar.bz2
Add NEWS items for Idle.
-rw-r--r--Misc/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index edd555f..f3991cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,24 @@ Library
- Issue #23572: Fixed functools.singledispatch on classes with falsy
metaclasses. Patch by Ethan Furman.
+IDLE
+----
+
+- Issue #25199: Idle: add synchronization comments for future maintainers.
+
+- Issue #16893: Replace help.txt with idle.html for Idle doc display.
+ The new idlelib/idle.html is copied from Doc/build/html/idle.html.
+ It looks better than help.txt and will better document Idle as released.
+ The tkinter html viewer that works for this file was written by Rose Roseman.
+ The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
+
+- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
+
+- Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
+ Patch by Mark Roseman.
+
+- Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
+
Documentation
-------------