[Python-3000] map, filter, reduce

Steven Bethard steven.bethard at gmail.com
Fri Jun 1 18:24:12 CEST 2007


On 6/1/07, Jason Orendorff <jason.orendorff at gmail.com> wrote:
> PEP 3100 still isn't clear on the fate of these guys, except that
> reduce() is gone.
>
> How about moving all three to the functools module instead?

The itertools module already has imap() and ifilter(). They can just
be renamed to map() and filter() and left where they are.

STeVe
-- 
I'm not *in*-sane. Indeed, I am so far *out* of sane that you appear a
tiny blip on the distant coast of sanity.
        --- Bucky Katt, Get Fuzzy


More information about the Python-3000 mailing list