[Python-3000] Set literals (original) (raw)
Georg Brandl g.brandl at gmx.net
Tue Aug 29 10:35:43 CEST 2006
- Previous message: [Python-3000] Set literals
- Next message: [Python-3000] Warning about future-unsafe usage patterns in Python 2.x e.g. dict.keys().sort()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] Set literals
- Next message: [Python-3000] Warning about future-unsafe usage patterns in Python 2.x e.g. dict.keys().sort()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]