]> granicus.if.org Git - python/commit
itertools.count() no longer limited to sys.maxint.
authorRaymond Hettinger <python@rcn.com>
Thu, 4 Oct 2007 00:20:27 +0000 (00:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 4 Oct 2007 00:20:27 +0000 (00:20 +0000)
commit50e90e265fc3205fc6cc0193d3cebe08e9859b0a
treee32432fef1d15a607dfff20638fe36c0db463e6c
parent8f6693701c1899168f5bca96549ae2f2f590624e
itertools.count() no longer limited to sys.maxint.
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c