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

The os.unsetenv() function is now also available on Windows.
This commit is contained in:
Victor Stinner 2020-01-24 11:53:44 +01:00 committed by GitHub
parent 2d5097663d
commit 161e7b36b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 160 additions and 59 deletions

View file

@ -645,6 +645,9 @@ process and user.
.. availability:: most flavors of Unix, Windows.
.. versionchanged:: 3.9
The function is now also available on Windows.
.. _os-newstreams: