[docs] [issue18313] In itertools recipes repeatfunc() defines a non-keyword argument as keyword

py.user report at bugs.python.org
Thu Jun 27 17:15:49 CEST 2013


py.user added the comment:

it should be: "def repeatfunc(func, times, *args):"
and None for times described in the docstring

----------
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18313>
_______________________________________


More information about the docs mailing list