summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-01-22 20:11:17 (GMT)
committerGitHub <noreply@github.com>2020-01-22 20:11:17 (GMT)
commitb73dd02ea744288831f71363a7467552c09875ea (patch)
tree7fb902e5dc770d760f7a67e4c8ed469102d43380 /Misc
parentbeea26b57e8c80f1eff0f967a0f9d083a7dc3d66 (diff)
downloadcpython-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 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-01-21-15-48-35.bpo-39413.7XYDM8.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-21-15-48-35.bpo-39413.7XYDM8.rst b/Misc/NEWS.d/next/Library/2020-01-21-15-48-35.bpo-39413.7XYDM8.rst
deleted file mode 100644
index a185ab5..0000000
--- a/Misc/NEWS.d/next/Library/2020-01-21-15-48-35.bpo-39413.7XYDM8.rst
+++ /dev/null
@@ -1 +0,0 @@
-The :func:`os.unsetenv` function is now also available on Windows.