[issue37335] Improve encoding alias handling in locale coercion tests

Jakub Kulik report at bugs.python.org
Fri Jun 28 10:41:23 EDT 2019


Jakub Kulik <kulikjak at gmail.com> added the comment:

Python 3.8+ encodings are always normalized and thus no output variations handling is necessary (the code is no longer necessary).

Python 3.7 (and possibly lower) can have variations in encodings - that should be fixed with codecs.lookup functions.

----------
title: Fix unexpected ASCII aliases in locale coercion tests. -> Improve encoding alias handling in locale coercion tests
versions: +Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37335>
_______________________________________


More information about the Python-bugs-list mailing list