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 belopolsky
Recipients belopolsky, ethan.furman, mark.dickinson, r.david.murray, tbarbugli, vstinner
Date 2015-02-25.17:38:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424885880.63.0.592686060646.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't understand "nearest".

Sorry for using loose terms.  I was hoping the in the context of "going back", it would be clear.

I believe the correct mode is "ROUND_HALF_EVEN".  This is the mode used by the builtin round() function: 

>>> round(0.5)
0
>>> round(1.5)
2
History
Date User Action Args
2015-02-25 17:38:00belopolskysetrecipients: + belopolsky, mark.dickinson, vstinner, r.david.murray, ethan.furman, tbarbugli
2015-02-25 17:38:00belopolskysetmessageid: <1424885880.63.0.592686060646.issue23517@psf.upfronthosting.co.za>
2015-02-25 17:38:00belopolskylinkissue23517 messages
2015-02-25 17:38:00belopolskycreate