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 werneck
Recipients ejoy, gpolo, loewis, werneck
Date 2008-05-10.14:29:57
SpamBayes Score 0.13739233
Marked as misclassified No
Message-id <1210429800.76.0.386473352022.issue869780@psf.upfronthosting.co.za>
In-reply-to
Content
Just a bare self._getints will raise an exception with no item selected
and an empty string returned, so I'm adding a patch to check for it and
return an empty tuple in that case, or the tuple with ints.

It's open for discussion if we should follow Tk documentation strictly
and return an empty string if no item selected, or keep consistency with
Python and other Tkinter parts and always return a tuple.
History
Date User Action Args
2008-05-10 14:30:01wernecksetspambayes_score: 0.137392 -> 0.13739233
recipients: + werneck, loewis, ejoy, gpolo
2008-05-10 14:30:00wernecksetspambayes_score: 0.137392 -> 0.137392
messageid: <1210429800.76.0.386473352022.issue869780@psf.upfronthosting.co.za>
2008-05-10 14:29:59wernecklinkissue869780 messages
2008-05-10 14:29:59werneckcreate