[issue29240] Implementation of the PEP 540: Add a new UTF-8 mode

STINNER Victor report at bugs.python.org
Wed Jan 11 17:04:22 EST 2017


STINNER Victor added the comment:

pep540-2.patch: Patch version 2, updated to the latest version of the PEP 540. It has no more FIXME/TODO and has more unit tests. The main change is that the strict mode doesn't use strict anymore for OS data, but keeps surrogateescape. See the PEP for the rationale (especially the "Use the strict error handler for operating system data" alternative).

----------
Added file: http://bugs.python.org/file46262/pep540-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29240>
_______________________________________


More information about the Python-bugs-list mailing list