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 Peter.Stahl, skrah
Date 2013-01-12.11:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357990754.57.0.579907315955.issue16944@psf.upfronthosting.co.za>
In-reply-to
Content
What is the output of this?

>>> locale.localeconv()                     
{'mon_decimal_point': ',', 'frac_digits': 2, 'p_sign_posn': 1, 'thousands_sep': '.', 'p_sep_by_space': 1, 'int_curr_symbol': 'EUR ', 'decimal_point': ',', 'mon_thousands_sep': '.', 'n_sep_by_space': 1, 'int_frac_digits': 2, 'currency_symbol': 'EUR', 'negative_sign': '-', 'mon_grouping': [3, 3, 0], 'positive_sign': '', 'n_cs_precedes': 0, 'grouping': [3, 3, 0], 'n_sign_posn': 1, 'p_cs_precedes': 0}


If 'grouping' is [], then this looks like a bug in OSX. Python gets
the values directly from the operating system.
History
Date User Action Args
2013-01-12 11:39:14skrahsetrecipients: + skrah, Peter.Stahl
2013-01-12 11:39:14skrahsetmessageid: <1357990754.57.0.579907315955.issue16944@psf.upfronthosting.co.za>
2013-01-12 11:39:14skrahlinkissue16944 messages
2013-01-12 11:39:14skrahcreate