Files
cpython/Doc/library
Victor Stinner b8d1262e8a bpo-39395: putenv() and unsetenv() always available (GH-18135)
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.
2020-01-24 14:05:48 +01:00
..
2018-09-14 16:57:11 -07:00
2020-01-13 12:44:35 +01:00
2019-12-28 17:16:02 -05:00
2020-01-01 06:11:16 +00:00
2019-06-15 04:33:23 -07:00
2018-10-05 16:17:18 +02:00