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