STINNER Victor <victor.stin...@gmail.com> added the comment:

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.

----------
Added file: https://bugs.python.org/file47385/test_all_locales.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29240>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to