]> granicus.if.org Git - python/commitdiff
Add NEWS items for Idle.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 21 Sep 2015 03:21:17 +0000 (23:21 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 21 Sep 2015 03:21:17 +0000 (23:21 -0400)
Misc/NEWS

index d9935225c5d8c9f182aa2e67863a98e3040bbd37..5012860e0fc9411e4d98e9b3a3e9f5398f24d88c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,21 @@ Build
 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).
+
 - Issue #23672: Allow Idle to edit and run files with astral chars in name.
   Patch by Mohd Sanad Zaki Rizvi.