This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients ced, docs@python, ezio.melotti, georg.brandl, mark.dickinson, skrah
Date 2013-03-14.14:37:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363271863.26.0.410439089526.issue13918@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-14 14:37:43skrahsetrecipients: + skrah, georg.brandl, mark.dickinson, ezio.melotti, ced, docs@python
2013-03-14 14:37:43skrahsetmessageid: <1363271863.26.0.410439089526.issue13918@psf.upfronthosting.co.za>
2013-03-14 14:37:43skrahlinkissue13918 messages
2013-03-14 14:37:43skrahcreate