commit | 3529718925f40d14ed48d281d809187bc7314a14 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Nov 04 11:20:10 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 04 11:20:10 2020 +0100 |
tree | 1f51f7fb13e93df52a45291fe5384de6e9e09a16 | |
parent | 0001a1b69ecda47b0406daa88c2943877580bcae [diff] |
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) On Unix, the os.device_encoding() function now returns 'UTF-8' rather than the device encoding if the Python UTF-8 Mode is enabled.