diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-26 19:44:32 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-26 19:44:32 (GMT) |
commit | 20d458fad68a6196c85d4557532b9a9b183cd5cd (patch) | |
tree | 69171ea5e3f38d40b8a16e0c9f8997f9d7590262 /Doc | |
parent | 46825d2399a461b060f2451c93cd0c349c5df485 (diff) | |
parent | 996e5f94d2014279e7fea0a66ce31f800fb7f625 (diff) | |
download | cpython-20d458fad68a6196c85d4557532b9a9b183cd5cd.zip cpython-20d458fad68a6196c85d4557532b9a9b183cd5cd.tar.gz cpython-20d458fad68a6196c85d4557532b9a9b183cd5cd.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Doc')
-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 111ddad..3d03153 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 |