[Python-checkins] cpython (merge 3.4 -> 3.5): Marge 3.4

terry.reedy python-checkins at python.org
Tue Sep 22 01:36:09 CEST 2015


https://hg.python.org/cpython/rev/28583bc0680e
changeset:   98157:28583bc0680e
branch:      3.5
parent:      98146:840942a3f6aa
parent:      98156:5087ca9e6002
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Sep 21 19:33:14 2015 -0400
summary:
  Marge 3.4

files:
  Lib/idlelib/NEWS.txt |  7 +++++--
  Misc/NEWS            |  7 +++++--
  2 files changed, 10 insertions(+), 4 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,12 +2,15 @@
 =========================
 *Release date: 2015-09-13*
 
+- 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.
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,12 +94,15 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list