Author gpolo
Recipients gpolo, hernanpd, loewis
Date 2008-05-19.03:02:29
SpamBayes Score 0.592093
Marked as misclassified No
Message-id <1211166159.69.0.522548260556.issue1447222@psf.upfronthosting.co.za>
In-reply-to
Content
I just tried it here and it still happens, it also happens for the 11th
button and that is it (5th and 11th). I tried it with tk 8.4 and tk 8.5,
python-trunk, python 2.5.2. 

I'm investigating this.

For some reason a pixel object is being returned inside a tuple.
_tkinter detects a ListType object, then creates a tuple with one
object, which is a pixel object and it has the value you would expect, 4
or 10.
History
Date User Action Args
2008-05-19 03:02:41gpolosetspambayes_score: 0.592093 -> 0.592093
recipients: + gpolo, loewis, hernanpd
2008-05-19 03:02:41gpolosetspambayes_score: 0.592093 -> 0.592093
messageid: <1211166159.69.0.522548260556.issue1447222@psf.upfronthosting.co.za>
2008-05-19 03:02:38gpololinkissue1447222 messages
2008-05-19 03:02:36gpolocreate