Cédric Krier <[email protected]> added the comment: 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. ---------- nosy: +ced _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34311> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
