]> granicus.if.org Git - python/commit
Minor improvements to itertools.tee():
authorRaymond Hettinger <python@rcn.com>
Sun, 26 Oct 2003 14:25:56 +0000 (14:25 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 26 Oct 2003 14:25:56 +0000 (14:25 +0000)
commitf0c5aec85f30ed16d1a8b4d3113bd056881bbf6f
tree0bfda0ad7b4f1835382bca871e0e7ccc77327a54
parent397b45d4bacc057884c8ba18f83ef15d9bfb6149
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
Lib/test/test_itertools.py
Modules/itertoolsmodule.c