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 ced
Recipients Jakub Szewczyk, ced, eric.smith, jemerton, rhettinger, skrah
Date 2019-08-14.11:34:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565782455.23.0.676119412223.issue33731@roundup.psfhosted.org>
In-reply-to
Content
I think PR-15275 will solves this issue also as you could use:

>>> locale.setlocale(locale.LC_ALL, 'fr_FR')
>>> locale.localize('{:.2f}'.format(1.891))
'1,89'
History
Date User Action Args
2019-08-14 11:34:15cedsetrecipients: + ced, rhettinger, eric.smith, skrah, jemerton, Jakub Szewczyk
2019-08-14 11:34:15cedsetmessageid: <1565782455.23.0.676119412223.issue33731@roundup.psfhosted.org>
2019-08-14 11:34:15cedlinkissue33731 messages
2019-08-14 11:34:15cedcreate