Staging
v0.8.1
https://github.com/python/cpython
Revision b8d1262e8afe7b907b4a394a191739571092acdb authored by Victor Stinner on 24 January 2020, 13:05:48 UTC, committed by GitHub on 24 January 2020, 13:05:48 UTC
The os.putenv() and os.unsetenv() functions are now always available.

On non-Windows platforms, Python now requires setenv() and unsetenv()
functions to build.

Remove putenv_dict from posixmodule.c: it's not longer needed.
1 parent 161e7b3
Raw File
Tip revision: b8d1262e8afe7b907b4a394a191739571092acdb authored by Victor Stinner on 24 January 2020, 13:05:48 UTC
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Tip revision: b8d1262
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top