Change the repr() of frozenset instances (and set subclasses)
from name([e1, e2, ...]) to name({e1, e2, ...}). This makes more sense now we have the set notation.
Showing
Please register or sign in to comment
from name([e1, e2, ...]) to name({e1, e2, ...}). This makes more sense now we have the set notation.