David Grant wrote:
> I find myself needing the set operations provided by python 2.4 such as
> intersection, difference, or even just the advantages of the data
> strucure itself, like that fact that I can try adding something to it
> and if it's already there, it won't get added again. Will my
I find myself needing the set operations provided by python 2.4 such as intersection, difference, or even just the advantages of the data strucure itself, like that fact that I can try adding something to it and if it's already there, it won't get added again. Will my decision to use of the python