Staging
v0.5.1
https://github.com/python/cpython
Revision 56cd3710a1ea3ba872d345ea1bebc86ed08bc8b8 authored by Victor Stinner on 21 January 2020, 15:13:09 UTC, committed by GitHub on 21 January 2020, 15:13:09 UTC
The os.unsetenv() function is now also available on Windows.

It is implemented with SetEnvironmentVariableW(name, NULL).
1 parent 59e2d26
History
Tip revision: 56cd3710a1ea3ba872d345ea1bebc86ed08bc8b8 authored by Victor Stinner on 21 January 2020, 15:13:09 UTC
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Tip revision: 56cd371
File Mode Size
windows-release
ci.yml -rw-r--r-- 3.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 771 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.5 KB
pr.yml -rw-r--r-- 3.2 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top