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 gpolo
Recipients gpolo, loewis, schuppenies, svenil
Date 2008-08-16.22:04:04
SpamBayes Score 0.0001213457
Marked as misclassified No
Message-id <1218924246.08.0.445557775544.issue1342811@psf.upfronthosting.co.za>
In-reply-to
Content
Uhm, this patch can cause trouble if not adapted a bit. The index method
may return None for either index1 or index2, which will cause a
TypeError in that for loop.

If code is needed to confirm this, try the following:
menu = Tkinter.Menu(tearoff=False)
menu.delete(0)
History
Date User Action Args
2008-08-16 22:04:06gpolosetrecipients: + gpolo, loewis, svenil, schuppenies
2008-08-16 22:04:06gpolosetmessageid: <1218924246.08.0.445557775544.issue1342811@psf.upfronthosting.co.za>
2008-08-16 22:04:04gpololinkissue1342811 messages
2008-08-16 22:04:04gpolocreate