[issue39077] Numeric formatting inconsistent between int, float and Decimal

Mark Dickinson report at bugs.python.org
Wed Dec 18 05:56:02 EST 2019


Mark Dickinson <dickinsm at gmail.com> added the comment:

Thanks, Eric. I'm now convinced that we shouldn't weaken the Decimal behaviour, and I agree that it's risky to change the float and int behaviour. So it's sounding as though we're looking at a "won't fix" resolution here.

There are still the documentation issues: the trailing ".0" and the 6-digits after the point for "f" with no precision. Michael: would you be willing to open a separate bug report for those? (It's awkward to track two different issues, potentially needing different resolutions, in a single bugs.python.org issue.)

----------

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


More information about the Python-bugs-list mailing list