Larry Hastings added the comment:
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
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue20341>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com