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 eryksun, ezio.melotti, methane, vstinner, yan12125
Date 2018-01-15.09:38:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516009121.05.0.467229070634.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
Attached test_all_locales.py is a test suite for locale functions: os.strerror(), locale.localeconv(), time.strftime(). I tested it on Linux Fedora 27, FreeBSD 11.0 and macOS 10.13.2.

The test should always pass on Python 2.7. On Python 3.6 and the master branch with PR 5170, 2 tests on numeric localeconv() fail because Python uses the wrong encoding: see bpo-31900. master with PR 5170 now has less encoding bugs than Python 3.6.
History
Date User Action Args
2018-01-15 09:38:41vstinnersetrecipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2018-01-15 09:38:41vstinnersetmessageid: <1516009121.05.0.467229070634.issue29240@psf.upfronthosting.co.za>
2018-01-15 09:38:41vstinnerlinkissue29240 messages
2018-01-15 09:38:40vstinnercreate