]> 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:57:13 +0000 (19:57 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 Sep 2015 23:57:13 +0000 (19:57 -0400)
commit5d46ab1274232d51060ba2e45e6c345ef4e5b970
tree7398216e5fd4a31147d682c84b2b052f39b831d2
parent16ad5cfad391a8e7c124ccaa984a56ad123d0ab2
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.py [new file with mode: 0644]
Lib/idlelib/help.txt
Lib/idlelib/idle.html [new file with mode: 0644]
Lib/idlelib/idle_test/htest.py
Lib/idlelib/macosxSupport.py