summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-26 22:44:51 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-09-26 22:44:51 +0300
commit0ff400fd0aeeba7df2a12d148c4a5b60867de75b (patch)
tree59850297171c175d2f9487b986b072b82e9dfd10
parent9ac73c2052a8c50ca8e27a788bea859c7b6431eb (diff)
parent20d458fad68a6196c85d4557532b9a9b183cd5cd (diff)
downloadcpython-git-0ff400fd0aeeba7df2a12d148c4a5b60867de75b.tar.gz
Merge from 3.6
-rw-r--r--Doc/library/os.rst3
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