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 GiftZwergrapper, eric.smith, lemburg
Date 2020-10-26.13:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603720129.75.0.174531498259.issue42156@roundup.psfhosted.org>
In-reply-to
Content
What does locale.localeconv() return?

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

In particular, the values of p_cs_precedes and n_cs_precedes.
History
Date User Action Args
2020-10-26 13:48:49eric.smithsetrecipients: + eric.smith, lemburg, GiftZwergrapper
2020-10-26 13:48:49eric.smithsetmessageid: <1603720129.75.0.174531498259.issue42156@roundup.psfhosted.org>
2020-10-26 13:48:49eric.smithlinkissue42156 messages
2020-10-26 13:48:49eric.smithcreate