[Python-3000] Set literals (original) (raw)
Guido van Rossum guido at python.org
Mon Aug 28 18:52:23 CEST 2006
- Previous message: [Python-3000] Set literals
- Next message: [Python-3000] Set literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-3000] Set literals
- Next message: [Python-3000] Set literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]