[issue4350] Remove dead code from Tkinter.py

Graham Horler report at bugs.python.org
Thu Feb 24 15:36:27 CET 2011


Graham Horler <tryexcept at gmail.com> added the comment:

Are we sure this is dead code, and not just out of date?

e.g. this works, and I use it in production with "if Tkinter.TkVersion >= 8.4":

b = Tkinter.Button(root)
b.tk.call('tk::ButtonEnter', b._w)

----------
nosy: +pysquared

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


More information about the Python-bugs-list mailing list