- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message66778
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan, rhettinger, scott.dial |
| Date | 2008-05-13.10:06:39 |
| SpamBayes Score | 0.0066802907 |
| Marked as misclassified | No |
| Message-id | <1210673200.84.0.388469314167.issue2831@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Mentioning the zip(count(start), itr) version in the enumerate() docs may be a good idea though. (And of course, in 2.x, it should be izip() rather than zip() to preserve the memory efficiency of enumerate()) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-05-13 10:06:41 | ncoghlan | set | spambayes_score: 0.00668029 -> 0.0066802907 recipients: + ncoghlan, rhettinger, scott.dial |
| 2008-05-13 10:06:41 | ncoghlan | set | spambayes_score: 0.00668029 -> 0.00668029 messageid: <1210673200.84.0.388469314167.issue2831@psf.upfronthosting.co.za> |
| 2008-05-13 10:06:40 | ncoghlan | link | issue2831 messages |
| 2008-05-13 10:06:40 | ncoghlan | create | |

