summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 23:28:18 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 23:28:18 (GMT)
commit4dd7887710af1e61077133cf8ea95c3f56fe02bc (patch)
tree7597780083e36ecc460616890b0ef8a102c26b0f
parent79157aea0679fac7ea8216ee77e2f61cbae1847a (diff)
downloadcpython-4dd7887710af1e61077133cf8ea95c3f56fe02bc.zip
cpython-4dd7887710af1e61077133cf8ea95c3f56fe02bc.tar.gz
cpython-4dd7887710af1e61077133cf8ea95c3f56fe02bc.tar.bz2
Issue #24861: add Idle news items and correct previous errors.
-rw-r--r--Lib/idlelib/NEWS.txt7
-rw-r--r--Misc/NEWS7
2 files changed, 10 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 74407bf..bc217d2 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5012860..f11f90f 100644
--- 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.