]> granicus.if.org Git - python/commitdiff
os.genenvb() is not availabnle under Windows
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 26 Sep 2016 19:44:07 +0000 (22:44 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 26 Sep 2016 19:44:07 +0000 (22:44 +0300)
Doc/library/os.rst

index 56e4adc3f0abac776655673da341747dd3322792..efe4c9d82de6104f04c47fafac86e62753d85026 100644 (file)
@@ -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