mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
The os.unsetenv() function is now also available on Windows.
This commit is contained in:
parent
2d5097663d
commit
161e7b36b1
6 changed files with 160 additions and 59 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