]> granicus.if.org Git - python/commit
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
authorJakub Kulík <Kulikjak@gmail.com>
Tue, 2 Jul 2019 10:48:28 +0000 (12:48 +0200)
committerVictor Stinner <vstinner@redhat.com>
Tue, 2 Jul 2019 10:48:28 +0000 (12:48 +0200)
commit61bf97e91620e020939d57a36918ab22579920ff
tree7bec56f17e0fb23aa50dcec63a9b6624645c249f
parentd4efd917ac24940063a1ce80073fe3570c5f07f8
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)

Python initialization now ensures that sys stream encoding
names are always normalized by codecs.lookup(encoding).name.
Simplify test_c_locale_coercion: it doesn't have to normalize
encoding names anymore.
Lib/test/test_c_locale_coercion.py
Misc/NEWS.d/next/Tests/2019-06-28-16-37-52.bpo-37335.o5S2hY.rst [new file with mode: 0644]