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 rhettinger
Recipients eric.smith, rhettinger, wyz23x2
Date 2020-07-09.04:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594270517.89.0.355045036862.issue41250@roundup.psfhosted.org>
In-reply-to
Content
This was considered in PEP 378 — Format Specifier for Thousands Separator.¹  The decision was to keep it simple and only support groups of three digits using a comma as the separator.

FWIW, the decimal documentation has a formatting recipe that could be adapted to meet your needs.²

¹ https://www.python.org/dev/peps/pep-0378/
² https://docs.python.org/3/library/decimal.html#recipes
History
Date User Action Args
2020-07-09 04:55:17rhettingersetrecipients: + rhettinger, eric.smith, wyz23x2
2020-07-09 04:55:17rhettingersetmessageid: <1594270517.89.0.355045036862.issue41250@roundup.psfhosted.org>
2020-07-09 04:55:17rhettingerlinkissue41250 messages
2020-07-09 04:55:17rhettingercreate