[issue10083] locale.currency() uses different formatting than system locale for negative values

Eric Smith report at bugs.python.org
Wed Oct 13 13:43:35 CEST 2010


Eric Smith <eric at trueblade.com> added the comment:

So it looks like locale.currency() is doing the right thing, given the values returned by locale.localeconv().

These values are copied from C's localeconv(), so the problem must be there. I don't see how we can do anything about it on the Python side, unfortunately.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10083>
_______________________________________


More information about the Python-bugs-list mailing list