[issue20341] Argument Clinic: add "nullable ints"

Larry Hastings report at bugs.python.org
Wed Jan 22 12:25:25 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20341>
_______________________________________


More information about the Python-bugs-list mailing list