diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-21 23:28:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-21 23:28:22 (GMT) |
commit | d9763c2ce47bdda6f48072e7f06c302d74032469 (patch) | |
tree | 1d9185c2cd327097b5eb03ab725695d80712f975 /Misc | |
parent | 582b17c2c5b876fe62cd22101540d907747069a9 (diff) | |
download | cpython-d9763c2ce47bdda6f48072e7f06c302d74032469.zip cpython-d9763c2ce47bdda6f48072e7f06c302d74032469.tar.gz cpython-d9763c2ce47bdda6f48072e7f06c302d74032469.tar.bz2 |
Issue #24861: add Idle news item and correct previous errors.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -442,12 +442,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. |