[ x for x in xrange(10) when p(x) ]

bonono at gmail.com bonono at gmail.com
Wed Nov 9 22:54:50 EST 2005


I thought I read some where there these are intended to be dropped(or
at least moved out of built-in) ?

George Sakkis wrote:
> What about the future of itertools in python 3K ? IIRC, several
> functions and methods that currently return lists are going to return
> iterators. Could this imply that itertools.(imap/ifilter/izip) will
> take the place of map/filter/zip as builtins ?
> 
> George




More information about the Python-list mailing list