summaryrefslogtreecommitdiff
path: root/Doc/library
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-01-24 11:53:44 +0100
committerGitHub <noreply@github.com>2020-01-24 11:53:44 +0100
commit161e7b36b1ea871a1352ccfc1d4f4c1eda76830f (patch)
tree0f44995e5fadbd3cedb76688e71a06693dcd7270 /Doc/library
parent2d5097663d7f80921fb07cdcd26c9d59cf71f1a2 (diff)
downloadcpython-git-161e7b36b1ea871a1352ccfc1d4f4c1eda76830f.tar.gz
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
The os.unsetenv() function is now also available on Windows.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/os.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 4fec647828..de3e5603e1 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -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: