Message 81725 - Python tracker

Message81725

Author rhettinger
Recipients LambertDW, rhettinger, steve21
Date 2009-02-12.05:40:38
SpamBayes Score 0.001817549
Marked as misclassified No
Message-id <1234417243.16.0.042214027565.issue5032@psf.upfronthosting.co.za>
In-reply-to
Content
Found a way to do this while keeping full speed on the default case.

Also, fixed an error where the start argument was rounded to the nearest
integer.

Also, improved the utility over its cousin, range() by allowing floating
point arguments.

See r69522
History
Date User Action Args
2009-02-12 05:40:44rhettingersetrecipients: + rhettinger, LambertDW, steve21
2009-02-12 05:40:43rhettingersetmessageid: <1234417243.16.0.042214027565.issue5032@psf.upfronthosting.co.za>
2009-02-12 05:40:41rhettingerlinkissue5032 messages
2009-02-12 05:40:39rhettingercreate