Peter Ludemann <peter.ludem...@gmail.com> added the comment:
To clarify and fix a typo ... lib2to3.pgen2.tokenize.detect_encoding checks for 'utf-8'(and 'utf_8') but not 'utf8' in various places. Similarly for 'latin-1' and 'latin1'. (The codecs documentation page allows 'utf8' and 'latin1' as codecs.) ['UTF-8' is taken care of in _get_normal_name] See also https://bugs.python.org/issue39155 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39154> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com