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 mark.dickinson
Recipients belopolsky, drj, ggenellina, mark.dickinson, vstinner
Date 2008-12-14.12:53:07
SpamBayes Score 0.002347389
Marked as misclassified No
Message-id <1229259190.18.0.590228084832.issue3166@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch;  cleanup of comments and slight refactoring of code.

Int->float conversions are even a speck faster than the current code, for 
small inputs.  (On my machine, on a Friday night, during a full moon.  
Your results may differ.  :))

Also, retarget this for 2.7 and 3.1.
History
Date User Action Args
2008-12-14 12:53:10mark.dickinsonsetrecipients: + mark.dickinson, belopolsky, ggenellina, vstinner, drj
2008-12-14 12:53:10mark.dickinsonsetmessageid: <1229259190.18.0.590228084832.issue3166@psf.upfronthosting.co.za>
2008-12-14 12:53:09mark.dickinsonlinkissue3166 messages
2008-12-14 12:53:09mark.dickinsoncreate