]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35233: test_embed: fix filesystem encoding (GH-10597)
authorVictor Stinner <vstinner@redhat.com>
Mon, 19 Nov 2018 09:05:55 +0000 (10:05 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Nov 2018 09:05:55 +0000 (10:05 +0100)
commit0e1312c959dcfd0193ed0c7ab3fd45d440da6d78
tree3411b12d8889a60c9997f96eea9bf2ccd617713c
parentae02a929ddd748b67b3e6f6c6665267f031142e7
bpo-35233: test_embed: fix filesystem encoding (GH-10597)

Fix InitConfigTests: if utf8_mode is enabled, the expected filesystem
encoding is UTF-8.
Lib/test/test_embed.py