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 vstinner
Recipients cstratak, lemburg, serhiy.storchaka, skrah, vstinner
Date 2018-01-15.14:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516028176.8.0.467229070634.issue31900@psf.upfronthosting.co.za>
In-reply-to
Content
On macOS 10.13.2, I failed to find any non-ASCII decimal_point or thousands_sep in localeconv(). I wrote a script to find all non-ASCII data in all locales:
https://github.com/vstinner/misc/blob/master/python/all_locales.py
History
Date User Action Args
2018-01-15 14:56:16vstinnersetrecipients: + vstinner, lemburg, skrah, serhiy.storchaka, cstratak
2018-01-15 14:56:16vstinnersetmessageid: <1516028176.8.0.467229070634.issue31900@psf.upfronthosting.co.za>
2018-01-15 14:56:16vstinnerlinkissue31900 messages
2018-01-15 14:56:16vstinnercreate