]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24861: add Idle news items and correct previous errors.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 21 Sep 2015 23:28:18 +0000 (19:28 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 21 Sep 2015 23:28:18 +0000 (19:28 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 74407bf8cb081a16e306eb2baffca02469b20f1c..bc217d26fc61cdd2d10481b48beb1799f78658e6 100644 (file)
@@ -2,12 +2,15 @@ What's New in IDLE 2.7.11?
 =========================
 *Release date:
 
+- Issue #24861: Most of idlelib is private and subject to change.
+  Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__.   
+
 - 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.
+  The new idlelib/idle.html is copied from Doc/build/html/library/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 tkinter html viewer that works for this file was written by Mark 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.
index 5012860e0fc9411e4d98e9b3a3e9f5398f24d88c..f11f90ffcf7a329ea82091a55c9e47c455f8603c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,12 +167,15 @@ Build
 IDLE
 ----
 
+- Issue #24861: Most of idlelib is private and subject to change.
+  Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__.   
+
 - 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.
+  The new idlelib/idle.html is copied from Doc/build/html/library/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 tkinter html viewer that works for this file was written by Mark 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.