Browse Source

os.genenvb() is not availabnle under Windows

pull/40/head
Berker Peksag 9 years ago
parent
commit
996e5f94d2
  1. 3
      Doc/library/os.rst

3
Doc/library/os.rst

@ -206,6 +206,9 @@ process and user.
Return the value of the environment variable *key* if it exists, or
*default* if it doesn't. *key*, *default* and the result are bytes.
:func:`getenvb` is only available if :data:`supports_bytes_environ`
is True.
Availability: most flavors of Unix.
.. versionadded:: 3.2

Loading…
Cancel
Save