Quentin Gallet-Gilles <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue1524639> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
