]> granicus.if.org Git - python/commit
Add some cross-references to the docs. Simplify the python code equivalent for zip...
authorRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 04:45:07 +0000 (04:45 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 04:45:07 +0000 (04:45 +0000)
commitcdf8ba369ba8a83bbf107f14185626797a6f4a95
tree8015174a2c2d4896bbc4ba79583d93bc5443cc69
parentd75fcb4ddfb76b290083982e44b80582ab13aae2
Add some cross-references to the docs.  Simplify the python code equivalent for zip().  Supply an optional argument for the nth() recipe.
Doc/library/functions.rst
Doc/library/itertools.rst
Lib/test/test_itertools.py