Staging
v0.8.1
https://github.com/python/cpython
Revision 0852c7dd52ac42e7843ddfef44571494e4c86070 authored by Victor Stinner on 22 January 2020, 20:53:26 UTC, committed by GitHub on 22 January 2020, 20:53:26 UTC
Windows: _wputenv(env) copies the *env* string and doesn't require
the caller to manage the variable memory.
1 parent b73dd02
Raw File
Tip revision: 0852c7dd52ac42e7843ddfef44571494e4c86070 authored by Victor Stinner on 22 January 2020, 20:53:26 UTC
bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
Tip revision: 0852c7d
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top