]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:49:39 +0000 (04:49 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 04:49:39 +0000 (04:49 +0000)
commit79c5444e9b740251f3ebf481b3e3cdae16a4b4de
tree0948e0abb1ee0e1a771d613d45a27329915e8978
parentb0ab981da64c4579ffbbd033258c6d7f8e044422
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