[Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6

berker.peksag python-checkins at python.org
Mon Sep 26 15:43:04 EDT 2016


https://hg.python.org/cpython/rev/35100ccb46f1
changeset:   104072:35100ccb46f1
parent:      104069:b83a70afca39
parent:      104071:927a08d380c7
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Sep 26 22:44:51 2016 +0300
summary:
  Merge from 3.6

files:
  Doc/library/os.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -243,6 +243,9 @@
    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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list