bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
Update os.unsetenv() documentation: it is not available on Windows.
This commit is contained in:
parent
a755410e05
commit
f84f65be56
|
@ -643,7 +643,7 @@ process and user.
|
|||
calls to :func:`unsetenv` don't update ``os.environ``, so it is actually
|
||||
preferable to delete items of ``os.environ``.
|
||||
|
||||
.. availability:: most flavors of Unix, Windows.
|
||||
.. availability:: most flavors of Unix.
|
||||
|
||||
|
||||
.. _os-newstreams:
|
||||
|
|
Loading…
Reference in New Issue