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 johngholman
Recipients johngholman
Date 2022-01-04.18:09:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641319748.57.0.432504835042.issue46259@roundup.psfhosted.org>
In-reply-to
Content
Example:

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

shouldn't the last digit should be 2?
History
Date User Action Args
2022-01-04 18:09:08johngholmansetrecipients: + johngholman
2022-01-04 18:09:08johngholmansetmessageid: <1641319748.57.0.432504835042.issue46259@roundup.psfhosted.org>
2022-01-04 18:09:08johngholmanlinkissue46259 messages
2022-01-04 18:09:08johngholmancreate