]> granicus.if.org Git - python/commit
Change the repr() of frozenset instances (and set subclasses)
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 22:44:20 +0000 (22:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 22:44:20 +0000 (22:44 +0000)
commitbdba5cf69478c82b3f8f644e52e6b6ca7d474b97
tree9576f0579b44bcba474bc066de08d18b081b56a2
parent0cb85a972f45ab1c59c6f11ecb73cf9509e23225
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.
Lib/test/test_set.py
Objects/setobject.c