]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS items for Idle to 3.6.0a1 section.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 21 Sep 2015 03:32:08 +0000 (23:32 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 21 Sep 2015 03:32:08 +0000 (23:32 -0400)
Misc/NEWS

index a5c5884229b4f7e17e23a95de811b2ebb2f6815f..d16e18d448e0cdaf60e96b4bc0ff7ddd85cf3e20 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,24 @@ Library
 - Issue #13248: Remove deprecated inspect.getargspec and inspect.getmoduleinfo
   functions.
 
+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
 -------------