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 eric.smith
Recipients eric.smith, mark.dickinson, steelman
Date 2019-01-02.19:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546457554.39.0.849795311233.issue35638@roundup.psfhosted.org>
In-reply-to
Content
I haven't looked at this closely yet, but you'll need to at least:
- add tests that the locale-aware formatting is happening
- support decimal
- make sure it works with complex (which it probably does, but needs a test)

And, I think we'll need to run this through python-ideas first. One thing I expect to come up there: why f and not g?

Again, I haven't looked through the code yet, or really even given any thought to determining if this is a sound idea.
History
Date User Action Args
2019-01-02 19:32:36eric.smithsetrecipients: + eric.smith, mark.dickinson, steelman
2019-01-02 19:32:34eric.smithsetmessageid: <1546457554.39.0.849795311233.issue35638@roundup.psfhosted.org>
2019-01-02 19:32:34eric.smithlinkissue35638 messages
2019-01-02 19:32:34eric.smithcreate