Message80384
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? |
|
Date |
User |
Action |
Args |
2009-01-22 21:56:04 | rhettinger | set | recipients:
+ rhettinger, steve21 |
2009-01-22 21:56:04 | rhettinger | set | messageid: <1232661364.12.0.0672139090715.issue5032@psf.upfronthosting.co.za> |
2009-01-22 21:56:03 | rhettinger | link | issue5032 messages |
2009-01-22 21:56:03 | rhettinger | create | |
|