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 benjamin.peterson
Recipients ahrvoje, benjamin.peterson
Date 2020-01-15.03:12:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579057962.53.0.0811237706617.issue39335@roundup.psfhosted.org>
In-reply-to
Content
On Python 2, round just converts the decimal to a float. So, this is a consequence of:

>>> float(Decimal('-123.499999999999999999999999999999999999999999'))
-123.5
History
Date User Action Args
2020-01-15 03:12:42benjamin.petersonsetrecipients: + benjamin.peterson, ahrvoje
2020-01-15 03:12:42benjamin.petersonsetmessageid: <1579057962.53.0.0811237706617.issue39335@roundup.psfhosted.org>
2020-01-15 03:12:42benjamin.petersonlinkissue39335 messages
2020-01-15 03:12:42benjamin.petersoncreate