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 ced, eric.smith, jemerton
Date 2019-08-14.11:28:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565782130.74.0.362468462112.issue34311@roundup.psfhosted.org>
In-reply-to
Content
I think we can solve this issue like I solved issue13918 by providing a locale.localize() method which does the formatting as locale.format_string does but using the already formatted string.

I created PR-15275 which implements it and also use the new format in locale.currency as it is highly probable that currency will be used with Decimal.
History
Date User Action Args
2019-08-14 11:28:50cedsetrecipients: + ced, eric.smith, jemerton
2019-08-14 11:28:50cedsetmessageid: <1565782130.74.0.362468462112.issue34311@roundup.psfhosted.org>
2019-08-14 11:28:50cedlinkissue34311 messages
2019-08-14 11:28:50cedcreate