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.
V
Victor Stinner committed
315877dc361d554bec34b4b62c270479ad36a1be
Parent: 21786f5
Committed by GitHub <noreply@github.com>
on 8/29/2018, 7:58:12 AM