Skip to content

Commit 5707246

Browse files
bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
Update os.unsetenv() documentation: it is not available on Windows. (cherry picked from commit f84f65b) Co-authored-by: Victor Stinner <[email protected]>
1 parent d76ff72 commit 5707246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ process and user.
642642
calls to :func:`unsetenv` don't update ``os.environ``, so it is actually
643643
preferable to delete items of ``os.environ``.
644644

645-
.. availability:: most flavors of Unix, Windows.
645+
.. availability:: most flavors of Unix.
646646

647647

648648
.. _os-newstreams:

0 commit comments

Comments
 (0)