Author brett.cannon
Recipients
Date 2006-06-27.15:51:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

Just to answer your question about map and filter, Collin:
just rip them out.  Generator comprehensions take care of
both cases.  reduce() is the only thing worth moving to
functools.
History
Date User Action Args
2007-08-23 15:53:07adminlinkissue1513249 messages
2007-08-23 15:53:07admincreate