Message80368
| Author | steve21 |
|---|---|
| Recipients | steve21 |
| Date | 2009-01-22.13:14:30 |
| SpamBayes Score | 0.00089591584 |
| Marked as misclassified | No |
| Message-id | <1232630071.89.0.921140735063.issue5032@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'd like to request a 'step' argument be added for itertools.count. It
would be useful in the same way that step is useful for the 'range'
function.
('range' and 'count' are very similar - 'count' could even be merged into
'range', for example by making 'range(None)' equivalent to 'count()') |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-22 13:14:32 | steve21 | set | recipients: + steve21 |
| 2009-01-22 13:14:31 | steve21 | set | messageid: <1232630071.89.0.921140735063.issue5032@psf.upfronthosting.co.za> |
| 2009-01-22 13:14:30 | steve21 | link | issue5032 messages |
| 2009-01-22 13:14:30 | steve21 | create | |