This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author py.user
Recipients docs@python, py.user
Date 2013-06-22.18:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371927309.79.0.490510498207.issue18285@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import itertools
>>> print(itertools.product.__doc__)
product(*iterables) --> product object

Cartesian product of input iterables.  Equivalent to nested for-loops.
...
History
Date User Action Args
2013-06-22 18:55:09py.usersetrecipients: + py.user, docs@python
2013-06-22 18:55:09py.usersetmessageid: <1371927309.79.0.490510498207.issue18285@psf.upfronthosting.co.za>
2013-06-22 18:55:09py.userlinkissue18285 messages
2013-06-22 18:55:09py.usercreate