I'm thinking of proposing that a values method be added to set
objects, analogously with dicts.  If x is a set, x.values() would be
the same as list(x).  This feels logical, and it would allow unified
treatment of dicts and sets in some contexts.  Any objections?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to