[issue33731] string formatting that produces floats with preset precision while respecting locale

James Emerton report at bugs.python.org
Thu Aug 2 00:31:21 EDT 2018


James Emerton <james at emerton.info> added the comment:

@rhettinger See #34311 about formatting Decimals using locale.format(). I'd like to see the problem fixed in one place or the other.

Also, this is seems relatively straightforward to implement as it's really just a combination of the fixed precision 'f' and the locale specific 'n' format types.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33731>
_______________________________________


More information about the Python-bugs-list mailing list