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-18.20:08:10
SpamBayes Score 0.0048006577
Marked as misclassified No
Message-id <1219090092.9.0.461899348702.issue1342811@psf.upfronthosting.co.za>
In-reply-to
Content
You could return if in that new if statement.

As you noted, the None argument is ignored there, that is because
_tkinter checks for a None parameter, and if it happens to be a None, it
then stops processing new arguments, so this is not directly related to
the delete command of the Menu widget.

Regarding a test suite.. it would be very nice to get one for Tkinter.
Some weeks ago I did some googling but found no attempts for my surprise.
History
Date User Action Args
2008-08-18 20:08:13gpolosetrecipients: + gpolo, loewis, svenil, schuppenies
2008-08-18 20:08:12gpolosetmessageid: <1219090092.9.0.461899348702.issue1342811@psf.upfronthosting.co.za>
2008-08-18 20:08:11gpololinkissue1342811 messages
2008-08-18 20:08:11gpolocreate