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-24.15:58:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614182301.2.0.0640488351367.issue43315@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the replies. The use of format works great. Maybe it's worth mentioning in the documentation because using "%f" % Decimal("0.00000001") leds to loosing precision (cast to float64 I guess) while using f"{"Decimal('0.00000001'):f}" does the thing correctly.
History
Date User Action Args
2021-02-24 15:58:21sim1234setrecipients: + sim1234, rhettinger, facundobatista, mark.dickinson, steven.daprano
2021-02-24 15:58:21sim1234setmessageid: <1614182301.2.0.0640488351367.issue43315@roundup.psfhosted.org>
2021-02-24 15:58:21sim1234linkissue43315 messages
2021-02-24 15:58:21sim1234create