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 eric.smith, ezio.melotti, mark.dickinson, vstinner, xtreak
Date 2018-11-21.17:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542820747.96.0.788709270274.issue33954@psf.upfronthosting.co.za>
In-reply-to
Content
My private test suite for locales:
https://github.com/vstinner/misc/blob/master/python/test_all_locales.py

Since each platform uses a different locale database, it's hard to write reliable portable and future-proof tests :-(

My tests only work on specific Windows, macOS, FreeBSD and Linux versions.
History
Date User Action Args
2018-11-21 17:19:08vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, ezio.melotti, xtreak
2018-11-21 17:19:07vstinnersetmessageid: <1542820747.96.0.788709270274.issue33954@psf.upfronthosting.co.za>
2018-11-21 17:19:07vstinnerlinkissue33954 messages
2018-11-21 17:19:07vstinnercreate