Skip to content

Commit f84f65b

Browse files
authored
bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
Update os.unsetenv() documentation: it is not available on Windows.
1 parent a755410 commit f84f65b

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
@@ -643,7 +643,7 @@ process and user.
643643
calls to :func:`unsetenv` don't update ``os.environ``, so it is actually
644644
preferable to delete items of ``os.environ``.
645645

646-
.. availability:: most flavors of Unix, Windows.
646+
.. availability:: most flavors of Unix.
647647

648648

649649
.. _os-newstreams:

0 commit comments

Comments
 (0)