diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-26 22:44:51 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-26 22:44:51 +0300 |
commit | 0ff400fd0aeeba7df2a12d148c4a5b60867de75b (patch) | |
tree | 59850297171c175d2f9487b986b072b82e9dfd10 | |
parent | 9ac73c2052a8c50ca8e27a788bea859c7b6431eb (diff) | |
parent | 20d458fad68a6196c85d4557532b9a9b183cd5cd (diff) | |
download | cpython-git-0ff400fd0aeeba7df2a12d148c4a5b60867de75b.tar.gz |
Merge from 3.6
-rw-r--r-- | Doc/library/os.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 111ddade20..3d031534e9 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -243,6 +243,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 |