commit | 161e7b36b1ea871a1352ccfc1d4f4c1eda76830f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Jan 24 11:53:44 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Jan 24 11:53:44 2020 +0100 |
tree | 0f44995e5fadbd3cedb76688e71a06693dcd7270 | |
parent | 2d5097663d7f80921fb07cdcd26c9d59cf71f1a2 [diff] [blame] |
bpo-39413: Implement os.unsetenv() on Windows (GH-18163) The os.unsetenv() function is now also available on Windows.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 4fec647..de3e560 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -645,6 +645,9 @@ .. availability:: most flavors of Unix, Windows. + .. versionchanged:: 3.9 + The function is now also available on Windows. + .. _os-newstreams: