This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schuppenies
Recipients loewis, schuppenies, svenil
Date 2008-08-01.12:19:31
SpamBayes Score 0.00085068546
Marked as misclassified No
Message-id <1217593192.56.0.638262736942.issue1342811@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-01 12:19:52schuppeniessetrecipients: + schuppenies, loewis, svenil
2008-08-01 12:19:52schuppeniessetmessageid: <1217593192.56.0.638262736942.issue1342811@psf.upfronthosting.co.za>
2008-08-01 12:19:33schuppenieslinkissue1342811 messages
2008-08-01 12:19:32schuppeniescreate