Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:
Am not too excited about this one. As a heavy itertools user myself, I've never had occasion to need a step argument. As an implementer, I'm aware that it would make the code for count() much more complex (because of the internal optimizations and because step can be positive, negative, or zero). Have you had any real world use cases where count(start, step) would have been the best solution? _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5032> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com