On 2010-11-21, at 22:21 , Bruce Leban wrote: > It is an improvement if there's no function. I think > > any(i > 3 for i in foo) > > is more readable than > > any(map(lambda i: i > 3, foo)) Yes, but that's a different situation than the one Andy posted.