removing list comprehensions in Python 3.0

Leif K-Brooks eurleif at ecritters.biz
Sat Jul 9 01:30:24 EDT 2005


Kay Schluehr wrote:
>>>>list.from_str("abc")
> 
> list("a", "b", "c" )


I assume we'll also have list.from_list, list.from_tuple,
list.from_genexp, list.from_xrange, etc.?



More information about the Python-list mailing list