summaryrefslogtreecommitdiff
path: root/Doc/library
diff options
context:
space:
mode:
authorCharles Burkland <charles.abucher@gmail.com>2020-03-13 09:04:43 -0700
committerGitHub <noreply@github.com>2020-03-13 09:04:43 -0700
commitd648ef10c5c7659ed3c9f34d5c751dc55e2c6007 (patch)
treee8cbea457b659acde56f062bdc6b09856bd66d61 /Doc/library
parent38965ec5411da60d312b59be281f3510d58e0cf1 (diff)
downloadcpython-git-d648ef10c5c7659ed3c9f34d5c751dc55e2c6007.tar.gz
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/os.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index c9d6fb232c..d8bca2f950 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -135,6 +135,9 @@ process and user.
``os.environ``, and when one of the :meth:`pop` or :meth:`clear` methods is
called.
+ .. versionchanged:: 3.9
+ Updated to support :pep:`584`'s merge (``|``) and update (``|=``) operators.
+
.. data:: environb
@@ -148,6 +151,9 @@ process and user.
.. versionadded:: 3.2
+ .. versionchanged:: 3.9
+ Updated to support :pep:`584`'s merge (``|``) and update (``|=``) operators.
+
.. function:: chdir(path)
fchdir(fd)