[issue1342811] Tkinter.Menu.delete doesn't delete command of entry

Robert Schuppenies report at bugs.python.org
Fri Aug 1 14:19:52 CEST 2008


Robert Schuppenies <okkotonushi at googlemail.com> added the comment:

The problem does still exist (Python 2.6b2).

I attached a patch for Tkinter.py which addresses this problem. It is
the same as in the first proposed fix, but adds an additional check
whether the menu item has a 'command' property.
I also removed the "INDEX2 (is included)" comment, as it is not the
desired behavior (see http://www.tcl.tk/man/tcl8.5/TkCmd/text.htm#M98).
I cannot confirm the behavior, but it should be a separate issue
nevertheless.

----------
keywords: +patch
nosy: +schuppenies
Added file: http://bugs.python.org/file11025/tkinter_menuleak.patch

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


More information about the Python-bugs-list mailing list