]> granicus.if.org Git - python/commit
SF bug #681003: itertools issues
authorRaymond Hettinger <python@rcn.com>
Fri, 7 Feb 2003 05:32:58 +0000 (05:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 7 Feb 2003 05:32:58 +0000 (05:32 +0000)
commit2012f174ea305dfab6eefc35add748b87bb239ad
tree2afbed3905a5bdb5ed3596d4df42de1ff3cb0011
parent2b09bc4d571c29ff044d9170156a89e77adb8f61
SF bug #681003: itertools issues

* Fixed typo in exception message for times()
* Filled in missing times_traverse()
* Document reasons that imap() did not adopt a None fill-in feature
* Document that count(sys.maxint) will wrap-around on overflow
* Add overflow test to islice()
* Check that starmap()'s argument returns a tuple
* Verify that imap()'s tuple re-use is safe
* Make a similar tuple re-use (with safety check) for izip()
Doc/lib/libitertools.tex
Lib/test/test_itertools.py
Modules/itertoolsmodule.c