set/dict comp in Py2.6

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Sat Oct 25 04:13:08 EDT 2008


I'd like to know why Python 2.6 doesn't have the syntax to create sets/
dicts of Python 3.0, like:

{x*x for x in xrange(10)}
{x:x*x for x in xrange(10)}

Bye,
bearophile



More information about the Python-list mailing list