[Python-3000] Set literals

Georg Brandl g.brandl at gmx.net
Tue Aug 29 10:35:43 CEST 2006


Guido van Rossum wrote:
> 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?

See patch #1548388.

Cheers,
Georg



More information about the Python-3000 mailing list