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 eric.smith
Recipients bram.marien, eric.smith
Date 2010-10-13.11:43:33
SpamBayes Score 0.0007587905
Marked as misclassified No
Message-id <1286970215.35.0.85889874154.issue10083@psf.upfronthosting.co.za>
In-reply-to
Content
So it looks like locale.currency() is doing the right thing, given the values returned by locale.localeconv().

These values are copied from C's localeconv(), so the problem must be there. I don't see how we can do anything about it on the Python side, unfortunately.
History
Date User Action Args
2010-10-13 11:43:35eric.smithsetrecipients: + eric.smith, bram.marien
2010-10-13 11:43:35eric.smithsetmessageid: <1286970215.35.0.85889874154.issue10083@psf.upfronthosting.co.za>
2010-10-13 11:43:33eric.smithlinkissue10083 messages
2010-10-13 11:43:33eric.smithcreate