This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Jan Niklas Hasse, abarry, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, yan12125
Date 2016-12-21.09:54:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Previous related work:

changeset:   89836:bc06f67234d0
user:        Victor Stinner <[email protected]>
date:        Tue Mar 18 01:18:21 2014 +0100
files:       Doc/whatsnew/3.5.rst Lib/test/test_sys.py Misc/NEWS Python/pythonru
description:
Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
:py:data:`sys.stdin` and :py:data:`sys.stdout` are now using the
``surrogateescape`` error handler, instead of the ``strict`` error handler.
History
Date User Action Args
2016-12-21 09:54:58vstinnersetrecipients: + vstinner, lemburg, ncoghlan, ezio.melotti, r.david.murray, methane, yan12125, abarry, Jan Niklas Hasse
2016-12-21 09:54:58vstinnersetmessageid: <[email protected]>
2016-12-21 09:54:58vstinnerlinkissue28180 messages
2016-12-21 09:54:57vstinnercreate