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 edlm10, eric.smith, georg.brandl, loewis, mark.dickinson, pitrou, waveform, wdoekes
Date 2009-03-18.21:29:59
SpamBayes Score 2.2476632e-11
Marked as misclassified No
Message-id <49C16802.9040102@trueblade.com>
In-reply-to <1237395824.5852.1.camel@fsol>
Content
Antoine Pitrou wrote:
> The problem seems to be that the thousands separator on the Solaris
> variant of en_US is an empty string (rather than a comma) (*), and
> apparently it hits a bug in the padding mechanism (which perhaps assumes
> that the thousands separator is always a 1-character string).
> 
> (*) (another reason not to use any C locale-based mechanism for
> localization, by the way...)

I've come to believe this, too. I'm working on cleaning up the C 
implementations so I can do all of the locale-based formating without 
using the locale functions. I'll use the localeconv values, but that's it.
History
Date User Action Args
2009-03-18 21:30:03eric.smithsetrecipients: + eric.smith, loewis, georg.brandl, mark.dickinson, pitrou, edlm10, waveform, wdoekes
2009-03-18 21:30:00eric.smithlinkissue1222 messages
2009-03-18 21:29:59eric.smithcreate