[issue35551] Encoding and alias issues

Inada Naoki report at bugs.python.org
Mon Feb 25 00:12:54 EST 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

@lemburg
I confirmed mac_latin1 and mac_centeuro are identical, even though they are generated from different sources.

>>> from encodings import mac_latin2, mac_centeuro
>>> mac_latin2.decoding_table == mac_centeuro.decoding_table
True

How do you think about removing mac_centeuro and adding an alias to mac_latin2?

----------
nosy: +lemburg

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


More information about the Python-bugs-list mailing list