commit | f0c5aec85f30ed16d1a8b4d3113bd056881bbf6f | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Oct 26 14:25:56 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Oct 26 14:25:56 2003 +0000 |
tree | 0bfda0ad7b4f1835382bca871e0e7ccc77327a54 | |
parent | 397b45d4bacc057884c8ba18f83ef15d9bfb6149 [diff] |
Minor improvements to itertools.tee(): * tee object is no longer subclassable * independent iterators renamed to "itertools.tee_iterator" * fixed doc string typo and added entry in the module doc string