]> granicus.if.org Git - python/commit
Issue #27156: Remove obsolete code not used by IDLE.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 30 May 2016 05:59:42 +0000 (01:59 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 30 May 2016 05:59:42 +0000 (01:59 -0400)
commit5a0c278ad4a8c09fd725fe255a0ba210daca5ffb
tree202fa2bf40eafbed1affb627215bb9a4782fad84
parentdd780e442343cd8eda7b7ece16288f07eece6b52
Issue #27156: Remove obsolete code not used by IDLE.
help.txt, replaced by help.html, is out-of-date and should not be used.
Its dedicated viewer has be replaced by the html viewer in help.py.
'import idlever; I = idlever.IDLE_VERSION' is the same as
'import sys; I = version[:version.index(' ')]'
Lib/idlelib/editor.py
Lib/idlelib/help.txt [deleted file]
Lib/idlelib/idlever.py [deleted file]