]> 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:38:53 +0000 (05:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 05:38:53 +0000 (05:38 +0000)
commit5894c2b5481a4776b57ff0d52fa62a08dc644761
treea60dd613876fed70dc4460a631024a086912b570
parent3e96e231fb196b392d9eca7cc70b0d8f8ed578ed
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