[EMAIL PROTECTED] wrote:
> Working with several thousand tagged items on a Tkinter Canvas, I want
> to change different configurations of objects having a certain group of
> tags.
>
> I've used the sets module, on the tuple returned by Tkinter.Canvas.
> find_withtag() method.
>
> Since this metho
Ouppsss!
the title should have read:Set operation for tuples...
(sigh!)
--
http://mail.python.org/mailman/listinfo/python-list
Working with several thousand tagged items on a Tkinter Canvas, I want
to change different configurations of objects having a certain group of
tags.
I've used the sets module, on the tuple returned by Tkinter.Canvas.
find_withtag() method.
Since this method takes only one tag at time, I use it fo