[issue1524639] Fix Tkinter Tcl-commands memory-leaks

Quentin Gallet-Gilles report at bugs.python.org
Wed Dec 17 17:18:40 CET 2008


Quentin Gallet-Gilles <qgallet at gmail.com> added the comment:

A little remark : please replace "if not
globals().has_key('TkinterError'):" by "if 'TkinterError' not in
globals():". has_key is now deprecated in 2.6 and should be avoided.

----------
nosy: +quentin.gallet-gilles
versions:  -Python 2.5

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


More information about the Python-bugs-list mailing list