[Python-Dev] Python 3.5 now uses surrogateescape for the POSIX locale
Victor Stinner
victor.stinner at gmail.com
Tue Mar 18 11:15:12 CET 2014
2014-03-18 11:02 GMT+01:00 Atsuo Ishimoto <ishimoto at gembook.org>:
> FYI: Guido was opposed to change error handler of stdin and stdout years ago.
>
> http://bugs.python.org/issue2630#msg65493
This issue proposes to use "backslashreplace" error handler for
stdout. This error handler is very different to "surrogateescape"
which is related to PEP 383 and used by all OS functions.
Victor
More information about the Python-Dev
mailing list