Staging
v0.5.1
https://github.com/python/cpython
Revision 56cd3710a1ea3ba872d345ea1bebc86ed08bc8b8 authored by Victor Stinner on 21 January 2020, 15:13:09 UTC, committed by GitHub on 21 January 2020, 15:13:09 UTC
The os.unsetenv() function is now also available on Windows.

It is implemented with SetEnvironmentVariableW(name, NULL).
1 parent 59e2d26
Raw File
Tip revision: 56cd3710a1ea3ba872d345ea1bebc86ed08bc8b8 authored by Victor Stinner on 21 January 2020, 15:13:09 UTC
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Tip revision: 56cd371
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top