[issue10135] Format specifier 'n' not working

Eric Smith report at bugs.python.org
Mon Oct 18 13:44:16 CEST 2010


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

How are you setting the Slovenian locale?

Could please let me know what this prints:

import locale
locale.localeconv()

Also, could you let me know what:
locale.format('%.3f', 2.45)

prints? Both of these would be when the Slovenian locale is selected.

Thanks.

----------

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


More information about the Python-bugs-list mailing list