| commit | cf21504194927b2f22132f48effea69eb8ade751 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@redhat.com> | Wed Aug 29 22:56:06 2018 +0200 |
| committer | GitHub <noreply@github.com> | Wed Aug 29 22:56:06 2018 +0200 |
| tree | 40a239180bb186ad8a930c822a5540af0d367a74 | |
| parent | 3d4226a832cabc630402589cc671cc4035d504e5 [diff] |
bpo-34485: Emit C locale coercion warning later (GH-9002) PYTHONCOERCELOCALE=warn warning is now emitted later and written into sys.stderr, rather than being written into the C stderr stream.