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 Spencer Brown
Recipients Spencer Brown, adam.ulrich
Date 2022-01-22.02:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642820308.65.0.529099164127.issue46467@roundup.psfhosted.org>
In-reply-to
Content
This is intentional behaviour, if the value is 5 it rounds towards even as documented here: https://docs.python.org/3/library/functions.html#round
The reason is so that if you have a bunch of random data, rounding won't slightly bias the result upward or downward.
History
Date User Action Args
2022-01-22 02:58:28Spencer Brownsetrecipients: + Spencer Brown, adam.ulrich
2022-01-22 02:58:28Spencer Brownsetmessageid: <1642820308.65.0.529099164127.issue46467@roundup.psfhosted.org>
2022-01-22 02:58:28Spencer Brownlinkissue46467 messages
2022-01-22 02:58:28Spencer Browncreate