]> granicus.if.org Git - python/commit
Add some cross-references to the docs. Simplify the python code equivalent for izip...
authorRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 05:34:35 +0000 (05:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 05:34:35 +0000 (05:34 +0000)
commitf9bce83e71c07ccd7b0ae1a75ea6912f0023b802
tree5457b11a6eef3f2efc6f36368ee0eb3d13118193
parent182edaefb515ece87d225494d79ccf7dd35d1ec1
Add some cross-references to the docs.  Simplify the python code equivalent for izip().  Supply an optional argument for the nth() recipe.
Doc/library/functions.rst
Doc/library/itertools.rst
Lib/test/test_itertools.py