summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 19:33:46 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 19:33:46 -0400
commitbbde7ad3886237eb32275a6afc6bdf486e4cfe51 (patch)
treeef61abab0a3bb7481664b55c784bd4d515c3bab2
parent6174474bea9fe6f5f12f05a16004eabb817ce721 (diff)
parente90bb44347c0ee29f277516319cc12a4350c4e62 (diff)
downloadcpython-git-bbde7ad3886237eb32275a6afc6bdf486e4cfe51.tar.gz
Merge with 3.5
-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 22a5184e3a..ea5300e45d 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,12 +2,15 @@ What's New in IDLE 3.6.0a1?
===========================
*Release date: 2017?*
+- 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 d16e18d448..76e5a70acd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,12 +203,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.