Message 67031 - Python tracker (original) (raw)

Message67031

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:27 mark.dickinson set spambayes_score: 0.0522025 -> 0.052202456recipients: + mark.dickinson, tim.peters, terry.reedy, christian.heimes
2008-05-18 17:04:26 mark.dickinson set spambayes_score: 0.0522025 -> 0.0522025messageid: 1211130266.85.0.0133504211468.issue1811@psf.upfronthosting.co.za
2008-05-18 17:04:25 mark.dickinson link issue1811 messages
2008-05-18 17:04:25 mark.dickinson create