diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-08-29 09:58:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-29 09:58:12 +0200 |
commit | 315877dc361d554bec34b4b62c270479ad36a1be (patch) | |
tree | 0783fe0301841be7a065316dfc442c64f90a3a4f /Python/Python-ast.c | |
parent | 21786f5186383e8912e761eccd0f4ac1cca83217 (diff) | |
download | cpython-git-315877dc361d554bec34b4b62c270479ad36a1be.tar.gz |
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Standard streams like sys.stdout now use the "surrogateescape" error
handler, instead of "strict", on the POSIX locale (when the C locale is not
coerced and the UTF-8 Mode is disabled).
Add tests on sys.stdout.errors with LC_ALL=POSIX.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions