[Python-Dev] Itertools

Raymond Hettinger Raymond Hettinger" <python@rcn.com
Wed, 29 Jan 2003 14:16:45 -0500


So far, the itertools package has had two reviewers
and I implemented every suggestion except one.

The package is in very good shape and could use
another pair of reviewers.  The C code, setup.py,
unittests, and documentation are at:

    python/nondist/sandbox/itertools

The docs and examples are a good place to start.


Raymond Hettinger