SIGN IN SIGN UP

bpo-39413: Implement os.unsetenv() on Windows (GH-18104)

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

It is implemented with SetEnvironmentVariableW(name, NULL).
V
Victor Stinner committed
56cd3710a1ea3ba872d345ea1bebc86ed08bc8b8
Parent: 59e2d26
Committed by GitHub <noreply@github.com> on 1/21/2020, 3:13:09 PM