◐ Shell
clean mode source ↗

bpo-39413: Implement os.unsetenv() on Windows by vstinner · Pull Request #18104 · python/cpython

The os.unsetenv() function is now also available on Windows.

It is implemented with SetEnvironmentVariableW(name, NULL).

sthagen added a commit to sthagen/python-cpython that referenced this pull request

Jan 21, 2020

vstinner added a commit that referenced this pull request

Jan 22, 2020

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
The os.unsetenv() function is now also available on Windows.

It is implemented with SetEnvironmentVariableW(name, NULL).

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020