Raymond Hettinger wrote: > The outermost set coercion is not especially attractive or efficient. > Since equality/inequality is an important set operation, we would likely > need to add a method for equality testing that ignores dict values:
Or coerction to a set could return a "set view" that only exposes keys. -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
