[Python-3000] Set literal

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jan 31 00:17:39 CET 2008


Nicko van Someren wrote:
> Personally I'd like set comprehensions to give me mutable  
> sets, and so I feel set literals should do the same.

Do you really want set comprehensions at all, given that
set(genexp) exists?

--
Greg


More information about the Python-3000 mailing list