Author lambacck
Recipients akuchling, georg.brandl, kjohnson, lambacck
Date 2008-09-05.15:13:15
SpamBayes Score 0.0393325
Marked as misclassified No
Message-id <1220627596.69.0.391358710961.issue3671@psf.upfronthosting.co.za>
In-reply-to
Content
In rev66217, the itertools example for "With two iterables, 2N-tuples
are returned." has a typo:
itertools(product([1,2], [3,4], repeat=2)
should be:
itertools.product([1,2], [3,4], repeat=2)
History
Date User Action Args
2008-09-05 15:13:16lambaccksetrecipients: + lambacck, akuchling, georg.brandl, kjohnson
2008-09-05 15:13:16lambaccksetmessageid: <1220627596.69.0.391358710961.issue3671@psf.upfronthosting.co.za>
2008-09-05 15:13:16lambaccklinkissue3671 messages
2008-09-05 15:13:15lambacckcreate