commit | 52ad33abbfb6637d74932617c7013bae0ccf6e32 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Sep 25 02:10:35 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 25 02:10:35 2019 +0200 |
tree | 2540db0d6a9b7c620debf75e63ab866a85f1f677 | |
parent | 2180f6b058effbf49ec819f7cedbe76ddd4b700c [diff] |
bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366) Add test_init_pybuilddir() and test_init_pyvenv_cfg() to test_embed to test pyvenv.cfg and pybuilddir.txt configuration files. Fix sysconfig._generate_posix_vars(): pybuilddir.txt uses UTF-8 encoding, not ASCII.