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

index 95b9737330836a33bf95fa630d8419f58cff514d..e1cabed20682ac190ae1250a95dcd0f95d44b886 100644 (file)
@@ -2,12 +2,15 @@ What's New in Idle 3.4.4?
 =========================
 *Release date: 2015-??-??*
 
+- 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 69b66e9a0e2aab283942a5673655bc79bc04a79d..20463a14759095214e366b2817c199b6c86e2c57 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -442,12 +442,15 @@ Library
 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.