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 sim1234
Recipients facundobatista, mark.dickinson, rhettinger, sim1234, steven.daprano
Date 2021-02-26.13:30:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614346228.98.0.497110278018.issue43315@roundup.psfhosted.org>
In-reply-to
Content
One more thing: It's worth mentioning that by default, you'll get only 28 significant digits of precision, so doing f"{Decimal('1234567890123456789012.12345678').normalize():f}" will produce '1234567890123456789012.123457' (two last digits got rounded).
History
Date User Action Args
2021-02-26 13:30:29sim1234setrecipients: + sim1234, rhettinger, facundobatista, mark.dickinson, steven.daprano
2021-02-26 13:30:28sim1234setmessageid: <1614346228.98.0.497110278018.issue43315@roundup.psfhosted.org>
2021-02-26 13:30:28sim1234linkissue43315 messages
2021-02-26 13:30:28sim1234create