Favorite non-python language trick?

Konstantin Veretennicov kveretennicov at gmail.com
Sat Jun 25 11:41:58 EDT 2005


On 6/25/05, Mandus <mandus at gmail.com> wrote:
> It is really a consensus on this; that
> removing map, filter, reduce is a good thing? It will render a whole lot
> of my software unusable :(

I think you'll be able to use "from __past__ import map, filter,
reduce" or something like that :) They don't have to be built-in.

- kv



More information about the Python-list mailing list