if it would be better just
to remove the file.
--
Paul Hankin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
t;
> def multifilter(func, seq, n=2):
> return multimap(lambda x: filter(func, x), seq, n-1)
>
> def multireduce(func, seq, n=2):
> return multimap(lambda x: reduce(func, x), seq, n-1)
-0 for cat (renamed to 'identity'), -1 for the rest.
I've occasionally w