[issue5171] itertools.product docstring missing 'repeat' argument

mrjbq7 report at bugs.python.org
Fri Jan 7 01:42:10 CET 2011


mrjbq7 <mrjbq7 at users.sourceforge.net> added the comment:

I noticed a Reddit post[1] today that makes the comment that the docstring should read:

    product(*iterables[, repeat]) --> product object

instead of:

    product(*iterables) --> product object
    
---

[1] http://www.reddit.com/r/Python/comments/ex68j/omission_in_docstring_for_itertoolsproduct/

----------
nosy: +mrjbq7

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


More information about the Python-bugs-list mailing list