Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
doc: Put 3.14 after 3.9
  • Loading branch information
vstinner committed Jun 5, 2024
commit 12b1a7204a068a14c60b4dddcf4cf3ee93fa217f
6 changes: 3 additions & 3 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ process and user.
:data:`os.environ`, and when one of the :meth:`pop` or :meth:`clear` methods is
called.

.. versionchanged:: 3.14
Added the :meth:`!os.environ.refresh()` method.

.. versionchanged:: 3.9
Updated to support :pep:`584`'s merge (``|``) and update (``|=``) operators.

.. versionchanged:: 3.14
Added the :meth:`!os.environ.refresh()` method.


.. data:: environb

Expand Down