8000 gh-120057: Add os.reload_environ() function by vstinner · Pull Request #126268 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-120057: Add os.reload_environ() function #126268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/os.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
vstinner and picnixz authored Nov 2, 2024
commit 1b07ef64df77d5a54591f6baea5f5b1a1a8927e3
2 changes: 1 addition & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ process and user.

.. function:: reload_environ()

The :data:`os.environ` and :data:`os.environb` mappings are a cache of
The :data:`os.environ` and :data:`os.environb` mappings are a cache of
environment variables at the time that Python started.
As such, changes to the current process environment are not reflected
if made outside Python, or by :func:`os.putenv` or :func:`os.unsetenv`.
Expand Down
Loading
0