[issue25926] Clarify that the itertools pure python equivalents are only approximate.

2016-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 35fa2ec1f237 by Serhiy Storchaka in branch 'default': Merge heads (issue #25926). https://hg.python.org/cpython/rev/35fa2ec1f237 -- ___ Python tracker

[issue25926] Clarify that the itertools pure python equivalents are only approximate.

2016-05-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: Nofar, thanks for the patch. -- components: +Documentation -Interpreter Core resolution: -> fixed status: open -> closed title: problems with "times" keyword in itertools.repeat -> Clarify that the itertools pure python equivalents are only approxim