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 David Vasseur
Recipients David Vasseur, eric.smith
Date 2018-05-13.09:19:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526203180.67.0.682650639539.issue33471@psf.upfronthosting.co.za>
In-reply-to
Content
>>> locale.localeconv()
{'int_curr_symbol': 'EUR ', 'currency_symbol': '€', 'mon_decimal_point': ',', 'mon_thousands_sep': '\u202f', 'mon_grouping': [3, 0], 'positive_sign': '', 'negative_sign': '-', 'int_frac_digits': 2, 'frac_digits': 2, 'p_cs_precedes': 0, 'p_sep_by_space': 1, 'n_cs_precedes': 0, 'n_sep_by_space': 1, 'p_sign_posn': 1, 'n_sign_posn': 1, 'decimal_point': ',', 'thousands_sep': '\u202f', 'grouping': [3, 0]}
History
Date User Action Args
2018-05-13 09:19:40David Vasseursetrecipients: + David Vasseur, eric.smith
2018-05-13 09:19:40David Vasseursetmessageid: <1526203180.67.0.682650639539.issue33471@psf.upfronthosting.co.za>
2018-05-13 09:19:40David Vasseurlinkissue33471 messages
2018-05-13 09:19:40David Vasseurcreate