]> granicus.if.org Git - python/commit
Alter recipe to show how to call izip_longest() with
authorRaymond Hettinger <python@rcn.com>
Thu, 31 Jul 2008 01:19:50 +0000 (01:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 31 Jul 2008 01:19:50 +0000 (01:19 +0000)
commitf080e6d7e027c9576814dd57af3122ab2aff7aa9
treec3a9b7ebef7a4dfce9f371d85a21af15986933db
parent246daedd11b7b2155963ffc1bf2b77518fd9b2e0
Alter recipe to show how to call izip_longest() with
both a keyword argument and star arguments.
Doc/library/itertools.rst
Lib/test/test_itertools.py