summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle.html
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-221-671/+0
| | | | Change destination to help.html. Adjust NEWS entries.
* Issue #16893: whitespace in idle.html.Terry Jan Reedy2015-09-211-14/+14
|
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-201-0/+671
The new idlelib/idle.html is copied from Doc/build/html/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 new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.