Message309958
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. |
|
Date |
User |
Action |
Args |
2018-01-15 09:38:41 | vstinner | set | recipients:
+ vstinner, ezio.melotti, methane, eryksun, yan12125 |
2018-01-15 09:38:41 | vstinner | set | messageid: <1516009121.05.0.467229070634.issue29240@psf.upfronthosting.co.za> |
2018-01-15 09:38:41 | vstinner | link | issue29240 messages |
2018-01-15 09:38:40 | vstinner | create | |
|