]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37335: Fix test_c_locale_coercion to handle any ASCII alias (GH-14449)
authorJakub Kulík <Kulikjak@gmail.com>
Tue, 2 Jul 2019 10:46:01 +0000 (12:46 +0200)
committerVictor Stinner <vstinner@redhat.com>
Tue, 2 Jul 2019 10:46:00 +0000 (12:46 +0200)
commitc53173aa00689aa1be17ce5406289718f6b30532
treef3f1d9bc0595434bdc16ff3d7fa7d8a3db474fb3
parentbf82cd3124df94935c6e3190c7c40b76918d2174
bpo-37335: Fix test_c_locale_coercion to handle any ASCII alias (GH-14449)

Fix unexpected ASCII aliases in locale coercion tests: normalize encoding
names with codecs.lookup(encoding).name.
Lib/test/test_c_locale_coercion.py
Misc/NEWS.d/next/Tests/2019-06-28-16-54-46.bpo-37335.LLzOx8.rst [new file with mode: 0644]