[issue36778] test_site.StartupImportTests.test_startup_imports fails if default code page is cp65001

STINNER Victor report at bugs.python.org
Thu May 9 19:13:41 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> Python could similarly special case CP_UTF8 as "utf-8" in _locale._getdefaultlocale.

I dislike lying in the locale module. This change is basically useless with my PR 13230.

----------

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


More information about the Python-bugs-list mailing list