[Python-3000] Set literals
Guido van Rossum
guido at python.org
Mon Aug 28 18:52:23 CEST 2006
On 8/28/06, Georg Brandl <g.brandl at gmx.net> wrote:
> At python.org/sf/1547796, there is a preliminary patch for Py3k set literals
> as specified in PEP 3100.
Very cool! This is now checked in.
Georg, can you do something about repr() of an empty set? This
currently produces "{}" while it should produce "set()".
> Set comprehensions are not implemented.
ETA?
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list