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

Eryk Sun report at bugs.python.org
Sat Jan 14 09:05:46 EST 2017


Eryk Sun added the comment:

> it should be replaced with sys.getfilesystemencodeerrors() 
> to support UTF-8 Strict mode.

I did that in the patch for issue 28188. The focus of the patch is to add bytes support on Windows for os.putenv and os.environb, but I also tried to maximize consistency (at least parallel structure) between the POSIX and Windows implementations.

----------
nosy: +eryksun

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


More information about the Python-bugs-list mailing list