From: Berker Peksag Date: Mon, 26 Sep 2016 19:44:07 +0000 (+0300) Subject: os.genenvb() is not availabnle under Windows X-Git-Tag: v3.6.0b2~119^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=996e5f94d2014279e7fea0a66ce31f800fb7f625;p=thirdparty%2FPython%2Fcpython.git os.genenvb() is not availabnle under Windows --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 56e4adc3f0ab..efe4c9d82de6 100644 --- a/Doc/library/os.rst +++ b/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