From: Benjamin Peterson Date: Thu, 6 May 2010 22:13:11 +0000 (+0000) Subject: spacing and another versionadded X-Git-Tag: v3.2a1~902 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d6fe51e4fa835e8d3ecf8f12f5c379606d2f9cd;p=thirdparty%2FPython%2Fcpython.git spacing and another versionadded --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 58f057acc156..4b2f8ec84ee7 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)