summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-05-06 22:13:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-05-06 22:13:11 (GMT)
commit0d6fe51e4fa835e8d3ecf8f12f5c379606d2f9cd (patch)
treefb7955cf3e538c8253e831090f1c335142b98969 /Doc/library
parent662c74ff52adc53fd588680594922d10376224fc (diff)
downloadcpython-0d6fe51e4fa835e8d3ecf8f12f5c379606d2f9cd.zip
cpython-0d6fe51e4fa835e8d3ecf8f12f5c379606d2f9cd.tar.gz
cpython-0d6fe51e4fa835e8d3ecf8f12f5c379606d2f9cd.tar.bz2
spacing and another versionadded
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/os.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 58f057a..4b2f8ec 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -279,8 +279,11 @@ 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.
+
Availability: most flavors of Unix.
+ .. versionadded:: 3.2
+
.. function:: putenv(key, value)