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 sndrtj
Recipients eric.smith, rhettinger, serhiy.storchaka, sndrtj, sobolevn, tim.peters
Date 2021-11-05.12:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636116088.96.0.186960686794.issue45708@roundup.psfhosted.org>
In-reply-to
Content
Thanks for looking into this so swiftly!

As a user, I have found PEP515 to be worded a little ambiguously with regards to formatting using underscores as thousands separators. While it enumerates a collection of types as far as the constructor is concerned, it does not do so for formatting. Instead, it says to support `_` as thousands separator for formatting wherever `,` is allowed. Since `,` does work for Decimal, I have taken that to imply `_` should work for Decimal as well.
History
Date User Action Args
2021-11-05 12:41:29sndrtjsetrecipients: + sndrtj, tim.peters, rhettinger, eric.smith, serhiy.storchaka, sobolevn
2021-11-05 12:41:28sndrtjsetmessageid: <1636116088.96.0.186960686794.issue45708@roundup.psfhosted.org>
2021-11-05 12:41:28sndrtjlinkissue45708 messages
2021-11-05 12:41:28sndrtjcreate