[New-bugs-announce] [issue39124] round Decimal error

Adelson Luiz de Lima report at bugs.python.org
Mon Dec 23 09:34:58 EST 2019


New submission from Adelson Luiz de Lima <adelsontads at gmail.com>:

When I round this: round(Decimal('9.925'), 2), in Python 3.7.5 the result is Decimal('9.92'), but in Python 2.7.17 is 9.93

----------
messages: 358814
nosy: adelsonllima
priority: normal
severity: normal
status: open
title: round Decimal error
type: crash
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39124>
_______________________________________


More information about the New-bugs-announce mailing list