mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
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).
This commit is contained in:
parent
59e2d26b25
commit
56cd3710a1
6 changed files with 92 additions and 12 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue