New submission from py.user: >>> import itertools >>> print(itertools.product.__doc__) product(*iterables) --> product object
Cartesian product of input iterables. Equivalent to nested for-loops. ... ---------- assignee: docs@python components: Documentation messages: 191658 nosy: docs@python, py.user priority: normal severity: normal status: open title: In itertools.product() add argument repeat to the docstring versions: Python 3.3, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18285> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com