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 christian.heimes, mark.dickinson, terry.reedy, tim.peters
Date 2008-05-18.17:04:12
SpamBayes Score 0.052202456
Marked as misclassified No
Message-id <1211130266.85.0.0133504211468.issue1811@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that fixes the rounding of integer division.  It includes a 
fast path for the case where both integers are small (less than about 
3.5e12).
History
Date User Action Args
2008-05-18 17:04:27mark.dickinsonsetspambayes_score: 0.0522025 -> 0.052202456
recipients: + mark.dickinson, tim.peters, terry.reedy, christian.heimes
2008-05-18 17:04:26mark.dickinsonsetspambayes_score: 0.0522025 -> 0.0522025
messageid: <1211130266.85.0.0133504211468.issue1811@psf.upfronthosting.co.za>
2008-05-18 17:04:25mark.dickinsonlinkissue1811 messages
2008-05-18 17:04:25mark.dickinsoncreate