[issue5477] Typo in itertools documentation

2009-03-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: Fixed. See r70317. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5477] Typo in itertools documentation

2009-03-11 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: georg.brandl -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list ma

[issue5477] Typo in itertools documentation

2009-03-11 Thread Thomas Guest
New submission from Thomas Guest : http://docs.python.org/3.0/library/itertools.html says: > The tools also work well with the high-speed functions in the operator module. For example, the plus-operator can be mapped across two vectors to form an efficient dot-product: sum(map(operator.add, vect