]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16893: Replace help.txt with idle.html for Idle doc display.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 Sep 2015 23:55:44 +0000 (19:55 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 Sep 2015 23:55:44 +0000 (19:55 -0400)
commit70e763c0d8f0dc00ca8bf190b299a9b61717a235
treec70cfef2dbba337df042677055d6ac0fb6f37aaf
parent1b822d0e2f1b2c3bf6514775dcc367c9d92b481e
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.
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.
Lib/idlelib/EditorWindow.py
Lib/idlelib/help.txt
Lib/idlelib/idle_test/htest.py
Lib/idlelib/macosxSupport.py