commit | dfe0dc74536dfb6f331131d9b2b49557675bb6b7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Aug 29 11:47:29 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 29 11:47:29 2018 +0200 |
tree | 485dd3b5ddce8e6c2d7ebbd6d113e1c5ee6f3707 | |
parent | 177d921c8c03d30daa32994362023f777624b10d [diff] |
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) * Add stdio_encoding and stdio_errors fields to _PyCoreConfig. * Add unit tests on stdio_encoding and stdio_errors.