[issue7746] Nit: Extra comma in itertools doc

2010-01-21 Thread Ezio Melotti
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

[issue7746] Nit: Extra comma in itertools doc

2010-01-20 Thread Justin Lebar
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