[Python-Dev] PEP 540: Add a new UTF-8 mode (v3) (original) (raw)

Victor Stinner victor.stinner at gmail.com
Fri Dec 8 11:46:42 EST 2017


2017-12-08 17:29 GMT+01:00 Ethan Furman <ethan at stoneleaf.us>:

For those of us trying to follow along, is this change to open() one that Inada-san was worried about? Has something else changed?

I agree that my PEP is evolving quickly, that's why I added a "Version History" at the end: https://www.python.org/dev/peps/pep-0540/#version-history

""" Version History

Naoki disliked the usage of the surrogateescape error handler for open(). I "fixed" this in the PEP version 3: open() error handler is not modified by the PEP.

Victor



More information about the Python-Dev mailing list