Message184165
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. |
|
Date |
User |
Action |
Args |
2013-03-14 14:37:43 | skrah | set | recipients:
+ skrah, georg.brandl, mark.dickinson, ezio.melotti, ced, docs@python |
2013-03-14 14:37:43 | skrah | set | messageid: <1363271863.26.0.410439089526.issue13918@psf.upfronthosting.co.za> |
2013-03-14 14:37:43 | skrah | link | issue13918 messages |
2013-03-14 14:37:43 | skrah | create | |
|