changeset: 98155:e9edb95ca8b6 branch: 2.7 parent: 98124:b7bbb2c1e1f9 user: Terry Jan Reedy date: Mon Sep 21 19:28:18 2015 -0400 files: Lib/idlelib/NEWS.txt Misc/NEWS description: Issue #24861: add Idle news items and correct previous errors. diff -r b7bbb2c1e1f9 -r e9edb95ca8b6 Lib/idlelib/NEWS.txt --- a/Lib/idlelib/NEWS.txt Mon Sep 21 01:44:00 2015 -0400 +++ b/Lib/idlelib/NEWS.txt Mon Sep 21 19:28:18 2015 -0400 @@ -2,12 +2,15 @@ ========================= *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 -r b7bbb2c1e1f9 -r e9edb95ca8b6 Misc/NEWS --- a/Misc/NEWS Mon Sep 21 01:44:00 2015 -0400 +++ b/Misc/NEWS Mon Sep 21 19:28:18 2015 -0400 @@ -167,12 +167,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.