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 mark.dickinson
Recipients eric.smith, mark.dickinson, sndrtj, sobolevn
Date 2021-11-04.11:58:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636027092.23.0.149172157268.issue45708@roundup.psfhosted.org>
In-reply-to
Content
I think the two main reasons that applied to not implementing the parsing part of PEP 515 for the Decimal type (speed, compliance with the IBM specification) don't apply to the formatting side.

We do need to think about the implications of making local changes to our copy of the externally-maintained libmpdec library, though.

Changing Python versions: this is a new feature, so could only go into Python 3.11.
History
Date User Action Args
2021-11-04 11:58:12mark.dickinsonsetrecipients: + mark.dickinson, eric.smith, sobolevn, sndrtj
2021-11-04 11:58:12mark.dickinsonsetmessageid: <1636027092.23.0.149172157268.issue45708@roundup.psfhosted.org>
2021-11-04 11:58:12mark.dickinsonlinkissue45708 messages
2021-11-04 11:58:12mark.dickinsoncreate