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 benjamin.peterson, gpolo, indiedan, loewis, ocean-city, schuppenies, skomoroh, svenil
Date 2008-09-12.16:07:13
SpamBayes Score 0.0003032943
Marked as misclassified No
Message-id <1221235634.19.0.418824789245.issue3774@psf.upfronthosting.co.za>
In-reply-to
Content
My patch already does what is proposed in your patch, except yours may
possibly not work. It is not guaranteed that "self.entrycget(i,
'command')" will return an empty string if the command associated to
that menu entry is an empty string. Tcl may return another object
containing the representation of this menu command so that if statement
will evalute as True while its representation is actually an empty string.
History
Date User Action Args
2008-09-12 16:07:14gpolosetrecipients: + gpolo, loewis, svenil, ocean-city, benjamin.peterson, schuppenies, skomoroh, indiedan
2008-09-12 16:07:14gpolosetmessageid: <1221235634.19.0.418824789245.issue3774@psf.upfronthosting.co.za>
2008-09-12 16:07:13gpololinkissue3774 messages
2008-09-12 16:07:13gpolocreate