top | item 9684797 (no title) Willyfrog | 10 years ago One has to wonder why this is not included in the functools or some other module. discuss order hn newest icebraining|10 years ago Dunno, to promote generators? I'd say people often convert to list for no good reason, so adding friction might discourage that.Then again, map() and friends are not exactly the recommended way, list comprehensions and generator expressions are usually preferred by the BDFL.
icebraining|10 years ago Dunno, to promote generators? I'd say people often convert to list for no good reason, so adding friction might discourage that.Then again, map() and friends are not exactly the recommended way, list comprehensions and generator expressions are usually preferred by the BDFL.
icebraining|10 years ago
Then again, map() and friends are not exactly the recommended way, list comprehensions and generator expressions are usually preferred by the BDFL.