[New-bugs-announce] [issue46259] float formatting error?

John Holman report at bugs.python.org
Tue Jan 4 13:09:08 EST 2022


New submission from John Holman <john.g.holman at gmail.com>:

Example:

str(10000.12345678901234)
Out[24]: '10000.123456789011'

shouldn't the last digit should be 2?

----------
messages: 409696
nosy: johngholman
priority: normal
severity: normal
status: open
title: float formatting error?
type: behavior
versions: Python 3.9

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


More information about the New-bugs-announce mailing list