diff options
author | Victor Stinner <vstinner@python.org> | 2020-01-22 21:48:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 21:48:16 (GMT) |
commit | b477d19a6b7751b0c933b239dae4fc96dbcde9c4 (patch) | |
tree | a9de7a34e4e80d20192f5db44893e247136f0c51 /Lib/idlelib/format.py | |
parent | 0852c7dd52ac42e7843ddfef44571494e4c86070 (diff) | |
download | cpython-b477d19a6b7751b0c933b239dae4fc96dbcde9c4.zip cpython-b477d19a6b7751b0c933b239dae4fc96dbcde9c4.tar.gz cpython-b477d19a6b7751b0c933b239dae4fc96dbcde9c4.tar.bz2 |
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
If setenv() C function is available, os.putenv() is now implemented
with setenv() instead of putenv(), so Python doesn't have to handle
the environment variable memory.
Diffstat (limited to 'Lib/idlelib/format.py')
0 files changed, 0 insertions, 0 deletions