Ezio Melotti added the comment:
Fixed in r77675 (trunk), r77676 (release26-maint), r77677 (py3k) and r77678
(release31-maint).
--
assignee: georg.brandl -> ezio.melotti
nosy: +ezio.melotti
priority: -> normal
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
v
New submission from Justin Lebar :
At http://docs.python.org/3.1/library/itertools.html,
"For instance, SML provides a tabulation tool: tabulate(f) which produces a
sequence f(0), f(1), But, this effect can be achieved in Python by
combining map() and count() to form map(f, count())."
Th