Message 208782 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
Actually, the documented behavior of itertools.repeat() is that the "times" argument takes a default of None.

    Equivalent to:

    def repeat(object, times=None):
        ...

http://docs.python.org/3/library/itertools.html#itertools.repeat