Author schuppenies
Recipients gpolo, loewis, schuppenies, svenil
Date 2008-08-18.16:29:58
SpamBayes Score 1.1926e-05
Marked as misclassified No
Message-id <1219076999.75.0.189239665077.issue1342811@psf.upfronthosting.co.za>
In-reply-to
Content
You are right. How about the attached patch, do you see any problems
here? Tkinter seems to ignore any delete calls when either of the
indices is None, so the deletion of commands may be ignored as well. But
I couldn't find a description making this API behavior official.

And does anybody know about a test suite for the Tkinter library where
issues like these are tested?
History
Date User Action Args
2008-08-18 16:29:59schuppeniessetrecipients: + schuppenies, loewis, svenil, gpolo
2008-08-18 16:29:59schuppeniessetmessageid: <1219076999.75.0.189239665077.issue1342811@psf.upfronthosting.co.za>
2008-08-18 16:29:59schuppenieslinkissue1342811 messages
2008-08-18 16:29:58schuppeniescreate