[issue43624] Add underscore as a decimal separator for string formatting

Raymond Hettinger report at bugs.python.org
Thu Mar 25 13:56:02 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

IIRC there is ISO recommending that after the decimal point, digits be arranged in groups of five.  I think is also how printed reference tables are typically formatted.

----------
nosy: +mark.dickinson, rhettinger, serhiy.storchaka

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


More information about the Python-bugs-list mailing list