Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

The chapter "Rationale" in PEP3138 explains why sys.stdout uses "strict" 
encoding, when sys.stderr uses "backslashreplace".

It would be possible to use "backslashreplace" for stdout as well for 
interactive sessions, but the PEP also rejected this because it '''may add 
confusion of the kind "it works in interactive mode but not when redirecting to 
a file".'''

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9198>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to