STINNER Victor <vstin...@redhat.com> added the comment:
It seems like the following code pages have a Python codec (Lib/encoding/cpXXX.py) but lack an alias in Lib/encodings/aliases.py: [720, 737, 856, 874, 875, 1006, 65001] Is someone volunteer to write a pull request for that? It should be easy. Example of a correct alias in Lib/encodings/aliases.py: # cp1252 codec '1252' : 'cp1252', 'windows_1252' : 'cp1252', ---------- keywords: +easy title: unknown encoding: 874 -> [EASY] Missing code page aliases: "unknown encoding: 874" _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33865> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com