]> granicus.if.org Git - python/commit
Issue 5032: added a step argument to itertools.count() and allowed non-integer argum...
authorRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2009 06:28:27 +0000 (06:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2009 06:28:27 +0000 (06:28 +0000)
commit3072921d0e668e890da1312e0f47f3e7e4854329
treeb38f60c70b230878f3e993e9949f4b360313d4b2
parenta9cab519656deda9fc3f500489bea1177d155858
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