On 9/19/07, Paddy <[EMAIL PROTECTED]> wrote:

> frozenset over turning the embedded list into a tuple?
> The tuple would preserve order in the item (1,2)
>  a = set([1,2,3, (1,2)])

The OP was probably thinking in mathematical terms as in "the set of
all the possible subsets   of the set composed by 1, 2 and 3" and thus
order would not be important.

francesco
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to