[issue4350] Remove dead code from Tkinter.py

Serhiy Storchaka report at bugs.python.org
Mon Jun 2 12:00:43 CEST 2014


Serhiy Storchaka added the comment:

Patch is synchronized with tip. It also removes Studbutton and Tributton classes which depend on removed methods. These classes are not documented, not tested and never worked in supported Python versions. I even not found reasonable links in Google, except an annotation [1] and autogenerated from Tkinter sources docs.

I now think that perhaps we should apply this patch to 2.7 and 3.4 too. Non-working (and non-worked last 10 or 15 or more years) code only confuses people.

[1] http://legacy.python.org/search/hypermail/python-1994q2/1023.html

----------
Added file: http://bugs.python.org/file35444/tkinter_remove_dead_code-3.5.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4350>
_______________________________________


More information about the Python-bugs-list mailing list