]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
authorVictor Stinner <vstinner@python.org>
Fri, 24 Jan 2020 10:53:44 +0000 (11:53 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2020 10:53:44 +0000 (11:53 +0100)
commit161e7b36b1ea871a1352ccfc1d4f4c1eda76830f
tree0f44995e5fadbd3cedb76688e71a06693dcd7270
parent2d5097663d7f80921fb07cdcd26c9d59cf71f1a2
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)

The os.unsetenv() function is now also available on Windows.
Doc/library/os.rst
Doc/whatsnew/3.9.rst
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2020-01-24-10-10-25.bpo-39413.7XYDM8.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c