Re: [Python-Dev] map, filter, zip in future_builtins

March 18, 2008
5:13 p.m.
On 18-Mar-08, at 6:01 PM, Benjamin Peterson wrote:
Couldn't you just import imap as map? What do you mean? Import imap as map in future_builtins.c? Like the Python: import itertools map = intertools.map type(map(lambda x: x, range(3))) == map # True
Ah, that's a much better idea :P I'll do that.
6197
Age (days ago)
6197
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Wolever