[issue10135] Format specifier 'n' not working

Eric Smith report at bugs.python.org
Mon Oct 18 19:32:09 CEST 2010


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

It looks like the float.__format__ code is correctly using the value of decimal_point = '.'. It also agrees with locale.format().

How are you setting the locale? The problem appears to be either how you are setting the locale or the contents of the locale, not in the formatting code.

----------

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


More information about the Python-bugs-list mailing list