summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-04-18-53-10.gh-issue-120057.RSD9_Z.rst
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.