[issue3671] What's New in 2.6 - corrections

Chris Lambacher report at bugs.python.org
Fri Sep 5 17:13:16 CEST 2008


Chris Lambacher <chris at kateandchris.net> added the comment:

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)

----------
nosy: +lambacck

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


More information about the Python-bugs-list mailing list