[Python-checkins] cpython (3.5): os.genenvb() is not availabnle under Windows

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


https://hg.python.org/cpython/rev/92f59d8130cc
changeset: 104070:92f59d8130cc
branch: 3.5
parent: 104065:68fc808bed9f
user: Berker Peksag <berker.peksag at gmail.com>
date: Mon Sep 26 22:44:07 2016 +0300
summary:
 os.genenvb() is not availabnle under Windows
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
@@ -206,6 +206,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

AltStyle によって変換されたページ (->オリジナル) /