[issue35638] Introduce fixed point locale aware format type for floating point numbers

Eric V. Smith report at bugs.python.org
Wed Jan 2 14:32:34 EST 2019


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

I haven't looked at this closely yet, but you'll need to at least:
- add tests that the locale-aware formatting is happening
- support decimal
- make sure it works with complex (which it probably does, but needs a test)

And, I think we'll need to run this through python-ideas first. One thing I expect to come up there: why f and not g?

Again, I haven't looked through the code yet, or really even given any thought to determining if this is a sound idea.

----------
title: Introduce fixed point locale awear format type for floating point numbers -> Introduce fixed point locale aware format type for floating point numbers

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


More information about the Python-bugs-list mailing list