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, mark.dickinson
Date 2010-05-25.18:30:42
SpamBayes Score 0.13820136
Marked as misclassified No
Message-id <1274812245.07.0.964217134735.issue8817@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for reviewing!

Updated patch, that addresses points 1-3.  For 4, there's no need for the old code, since "self - divmod_near(self, 10**-n)[1]" is enough.  And I didn't like the old algorithm anyway;  the new one is more straightforward.  For 5, I've added a Python version of divmod_near to the comments.
History
Date User Action Args
2010-05-25 18:30:46mark.dickinsonsetrecipients: + mark.dickinson, belopolsky
2010-05-25 18:30:45mark.dickinsonsetmessageid: <1274812245.07.0.964217134735.issue8817@psf.upfronthosting.co.za>
2010-05-25 18:30:43mark.dickinsonlinkissue8817 messages
2010-05-25 18:30:43mark.dickinsoncreate