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

2019-01-02 Thread steelman
steelman added the comment: I have created a new format "m" that is for "n", what "f" is for "g". The patch for string.rst says +-+--+ | ``'m'`` | Number

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

2019-01-02 Thread steelman
steelman added the comment: I've got the patch. I will push it to github as soon as I can (some technical issues). -- ___ Python tracker <https://bugs.python.org/is

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

2019-01-02 Thread steelman
New submission from steelman : It is currently impossible to format floating point numbers with an arbitrary number of decimal digits AND the decimal point matching locale settings. For example no current format allows to display numbers ranging from 1 to 1000 with exactly two decimal digits