Message154842
| Author | pjenvey |
|---|---|
| Recipients | alex, brett.cannon, ezio.melotti, pjenvey, rhettinger, terry.reedy |
| Date | 2012-03-03.17:47:11 |
| SpamBayes Score | 0.025268322 |
| Marked as misclassified | No |
| Message-id | <1330796832.6.0.6598885062.issue14126@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
iter(range(10000)) should also see a speedup because range's iter supports __length_hint__ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-03 17:47:12 | pjenvey | set | recipients: + pjenvey, brett.cannon, rhettinger, terry.reedy, ezio.melotti, alex |
| 2012-03-03 17:47:12 | pjenvey | set | messageid: <1330796832.6.0.6598885062.issue14126@psf.upfronthosting.co.za> |
| 2012-03-03 17:47:12 | pjenvey | link | issue14126 messages |
| 2012-03-03 17:47:11 | pjenvey | create | |