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.22:34:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441406089.09.0.859505105051.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
> My opinions haven't changed:  nearest/even is unnatural for rounding times ("sometimes up, sometimes down" grates against the nature of monotonically non-decreasing timestamps),

By the way, why does Python use ROUND_HALF_EVEN for round()? It also feels unnatural to me!

>>> round(0.5)
0
>>> round(1.5)
2
History
Date User Action Args
2015-09-04 22:34:49vstinnersetrecipients: + vstinner, tim.peters, mark.dickinson, belopolsky, larry, r.david.murray, aconrad, BreamoreBoy, vivanov, python-dev, tbarbugli, trcarden
2015-09-04 22:34:49vstinnersetmessageid: <1441406089.09.0.859505105051.issue23517@psf.upfronthosting.co.za>
2015-09-04 22:34:49vstinnerlinkissue23517 messages
2015-09-04 22:34:49vstinnercreate