]> granicus.if.org Git - python/commit
Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Mar 2014 00:18:21 +0000 (01:18 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Mar 2014 00:18:21 +0000 (01:18 +0100)
commit7143029d4360637aadbd7ddf386ea5c64fb83095
tree618e8173c347bcfe20ea4e073d29e6c419fe702b
parent01adf06d375dcc5d2dab7a2d7dc487e0223977c9
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.
Doc/whatsnew/3.5.rst
Lib/test/test_sys.py
Misc/NEWS
Python/pythonrun.c