diff options
author | Victor Stinner <vstinner@python.org> | 2020-01-22 20:11:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 20:11:17 (GMT) |
commit | b73dd02ea744288831f71363a7467552c09875ea (patch) | |
tree | 7fb902e5dc770d760f7a67e4c8ed469102d43380 /Doc/library | |
parent | beea26b57e8c80f1eff0f967a0f9d083a7dc3d66 (diff) | |
download | cpython-b73dd02ea744288831f71363a7467552c09875ea.zip cpython-b73dd02ea744288831f71363a7467552c09875ea.tar.gz cpython-b73dd02ea744288831f71363a7467552c09875ea.tar.bz2 |
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
This reverts commit 56cd3710a1ea3ba872d345ea1bebc86ed08bc8b8.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/os.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index de3e560..4fec647 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -645,9 +645,6 @@ process and user. .. availability:: most flavors of Unix, Windows. - .. versionchanged:: 3.9 - The function is now also available on Windows. - .. _os-newstreams: |