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 vstinner
Recipients BreamoreBoy, aconrad, belopolsky, larry, mark.dickinson, python-dev, r.david.murray, tbarbugli, tim.peters, trcarden, vivanov, vstinner
Date 2015-09-04.20:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbZxt1i0w4FdU=fdF1e+XcyXif03M0Q2dXPUVctA7O0FA@mail.gmail.com>
In-reply-to <1441398624.08.0.0253515387237.issue23517@psf.upfronthosting.co.za>
Content
Oh, it looks like my implementation of ROUND_HALF_UP is wrong.
Negative numbers are not correctly rounded :-/ I'm working on a fix.
History
Date User Action Args
2015-09-04 20:38:19vstinnersetrecipients: + vstinner, tim.peters, mark.dickinson, belopolsky, larry, r.david.murray, aconrad, BreamoreBoy, vivanov, python-dev, tbarbugli, trcarden
2015-09-04 20:38:19vstinnerlinkissue23517 messages
2015-09-04 20:38:19vstinnercreate