Author ncoghlan
Recipients ncoghlan, rhettinger, scottdial
Date 2008-05-13.10:06:39
SpamBayes Score 0.00668029
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:41ncoghlansetspambayes_score: 0.00668029 -> 0.00668029
recipients: + ncoghlan, rhettinger, scottdial
2008-05-13 10:06:41ncoghlansetspambayes_score: 0.00668029 -> 0.00668029
messageid: <1210673200.84.0.388469314167.issue2831@psf.upfronthosting.co.za>
2008-05-13 10:06:40ncoghlanlinkissue2831 messages
2008-05-13 10:06:40ncoghlancreate