commit | 7143029d4360637aadbd7ddf386ea5c64fb83095 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 18 01:18:21 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 18 01:18:21 2014 +0100 |
tree | 618e8173c347bcfe20ea4e073d29e6c419fe702b | |
parent | 01adf06d375dcc5d2dab7a2d7dc487e0223977c9 [diff] |
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.