Jakub Kulik <kulik...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37335>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to