]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 5032: added a step argument to itertools.count() and allowed non-integer argum...
authorRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2009 05:39:46 +0000 (05:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2009 05:39:46 +0000 (05:39 +0000)
commit31c769ca89ee5f4fdd7ed7e462fa143ed979edee
tree562dcde280acb5c59d94371981ca514888ea79c1
parent4bb96feb60b80b580706e3a2c67db856382a530f
Issue 5032:  added a step argument to itertools.count() and allowed non-integer arguments.
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c