[docs] [issue13918] locale.atof documentation is missing func argument

Stefan Krah report at bugs.python.org
Thu Mar 14 15:37:43 CET 2013


Stefan Krah added the comment:

I agree with "won't fix" for the original issue. These locale functions
are in effect superseded by PEP 3101 formatting.

For decimal locale specific formatting, use:

format(Decimal("1729.1415927"), "n")


IOW, I don't think new formatting functions should be added to the
locale module.

----------
status: open -> closed

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


More information about the docs mailing list