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 tim.peters
Recipients BreamoreBoy, aconrad, belopolsky, larry, mark.dickinson, python-dev, r.david.murray, tbarbugli, tim.peters, trcarden, vivanov, vstinner
Date 2015-09-04.21:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441400945.66.0.0225501223128.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
Alex, if you like, I'll take the blame for the rounding method - I did express a preference for it here:

http://bugs.python.org/issue23517#msg249309

When I looked at the code earlier, the round-half-up implementation looked good to me (floor(x+0.5) if x >= 0 else ceil(x-0.5)).
History
Date User Action Args
2015-09-04 21:09:05tim.peterssetrecipients: + tim.peters, mark.dickinson, belopolsky, vstinner, larry, r.david.murray, aconrad, BreamoreBoy, vivanov, python-dev, tbarbugli, trcarden
2015-09-04 21:09:05tim.peterssetmessageid: <1441400945.66.0.0225501223128.issue23517@psf.upfronthosting.co.za>
2015-09-04 21:09:05tim.peterslinkissue23517 messages
2015-09-04 21:09:05tim.peterscreate