]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120057: Add os.environ.refresh() method (#120059)
authorVictor Stinner <vstinner@python.org>
Mon, 10 Jun 2024 16:34:17 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 16:34:17 +0000 (16:34 +0000)
commit7aff2de62bc28eb23888270b698c6b6915f69b21
tree359091e030b08d295aa64aa5d7e4cb5582735afb
parent56c3815ba14c790d2e9a227b4ac0ead5e6b1e570
gh-120057: Add os.environ.refresh() method (#120059)
Doc/library/os.rst
Doc/whatsnew/3.14.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2024-06-04-18-53-10.gh-issue-120057.RSD9_Z.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c