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, mcherm, rhettinger, stutzbach, tim.peters, vstinner
Date 2010-05-25.12:57:41
SpamBayes Score 0.00722753
Marked as misclassified No
Message-id <1274792265.06.0.402512881543.issue1289118@psf.upfronthosting.co.za>
In-reply-to
Content
There's a patch in issue 8817 that exposes a round-to-nearest form of divmod in a function called _PyLong_Divmod_Near;  this would save on duplication of code.
History
Date User Action Args
2010-05-25 12:57:45mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, mcherm, rhettinger, belopolsky, vstinner, stutzbach
2010-05-25 12:57:45mark.dickinsonsetmessageid: <1274792265.06.0.402512881543.issue1289118@psf.upfronthosting.co.za>
2010-05-25 12:57:41mark.dickinsonlinkissue1289118 messages
2010-05-25 12:57:41mark.dickinsoncreate