SIGN IN SIGN UP

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(' ')]'
T
Terry Jan Reedy committed
5a0c278ad4a8c09fd725fe255a0ba210daca5ffb
Parent: dd780e4