blob: 955be59821ee0c8720fb6a7eee5a87646d53c7ad (
plain)
1
2
3
4
|
Added the :data:`os.environ.refresh() <os.environ>` method to update
:data:`os.environ` with changes to the environment made by :func:`os.putenv`,
by :func:`os.unsetenv`, or made outside Python in the same process.
Patch by Victor Stinner.
|