summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 23:33:14 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 23:33:14 (GMT)
commite90bb44347c0ee29f277516319cc12a4350c4e62 (patch)
treedd572e737946ae01e6f15adbcad4c741847bbf07 /Lib
parente355604447a09b5c6e004abacda599105978313c (diff)
parentd9763c2ce47bdda6f48072e7f06c302d74032469 (diff)
downloadcpython-e90bb44347c0ee29f277516319cc12a4350c4e62.zip
cpython-e90bb44347c0ee29f277516319cc12a4350c4e62.tar.gz
cpython-e90bb44347c0ee29f277516319cc12a4350c4e62.tar.bz2
Marge 3.4
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index daf54bc..18761e9 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,12 +2,15 @@ What's New in IDLE 3.5.1?
=========================
*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.