[Python-Dev] Using lists as sets

David Ascher DavidA@ActiveState.com
Fri, 17 Mar 2000 14:23:53 -0800


> I think the semantics would be pretty understandable and simple to
> explain, which is the main thing.
>
> Any thoughts?

Would

	(a,b) in Set

return true of (a,b) was a subset of Set, or if (a,b) was an element of Set?

--david