commit | f84f65be5602e561fef04b66bb487fbc4e560db5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Jan 22 13:50:40 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Jan 22 13:50:40 2020 +0100 |
tree | eb8c5b1d47e9c284e622e9f95056204e603985c8 | |
parent | a755410e054e1e2390de5830befc08fe80706c66 [diff] |
bpo-39413: os.unsetenv() is not available on Windows (GH-18108) Update os.unsetenv() documentation: it is not available on Windows.