[issue5443] trivial typo in itertools documentation

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Has been fixed in trunk for some time. -- status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue5443] trivial typo in itertools documentation

2009-03-10 Thread Lorenz Quack
Lorenz Quack added the comment: FWIW here is the patch. It is against r70267 of the trunk -- keywords: +patch message_count: 3.0 -> 4.0 Added file: http://bugs.python.org/file13291/itertools.patch ___ Python tracker

[issue5443] trivial typo in itertools documentation

2009-03-10 Thread Lorenz Quack
Lorenz Quack added the comment: Thanks for fixing. But I'm afraid you missed the second typo in this Bug. It's the same thing one line beneath the one you fixed. next time I'll attach a patch. I promise. -- message_count: 2.0 -> 3.0 status: closed -> open _

[issue5443] trivial typo in itertools documentation

2009-03-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: r70261 -- message_count: 1.0 -> 2.0 nosy: +rhettinger nosy_count: 2.0 -> 3.0 resolution: -> fixed status: open -> closed ___ Python tracker

[issue5443] trivial typo in itertools documentation

2009-03-08 Thread Lorenz Quack
New submission from Lorenz Quack : In the docs: "http://docs.python.org/library/itertools.html#module-itertools"; In the table: "Iterators terminating on the shortest input sequence:" In row: "imap()" and "starmap()" In the column: "Results" It says "fun()" instead of "func()" -- assign