When convert two sets with the same elements to lists, are the lists always going to be the same?

Peng Yu pengyu.ut at gmail.com
Thu May 3 20:36:38 EDT 2012


Hi,

list(a_set)

When convert two sets with the same elements to two lists, are the
lists always going to be the same (i.e., the elements in each list are
ordered the same)? Is it documented anywhere?

-- 
Regards,
Peng



More information about the Python-list mailing list