commit | bdba5cf69478c82b3f8f644e52e6b6ca7d474b97 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 07 22:44:20 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 07 22:44:20 2007 +0000 |
tree | 9576f0579b44bcba474bc066de08d18b081b56a2 | |
parent | 0cb85a972f45ab1c59c6f11ecb73cf9509e23225 [diff] |
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.