mirror of https://github.com/python/cpython
spacing and another versionadded
This commit is contained in:
parent
662c74ff52
commit
0d6fe51e4f
|
@ -279,8 +279,11 @@ process and user.
|
||||||
|
|
||||||
Return the value of the environment variable *key* if it exists, or
|
Return the value of the environment variable *key* if it exists, or
|
||||||
*default* if it doesn't. *key*, *default* and the result are bytes.
|
*default* if it doesn't. *key*, *default* and the result are bytes.
|
||||||
|
|
||||||
Availability: most flavors of Unix.
|
Availability: most flavors of Unix.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
|
|
||||||
.. function:: putenv(key, value)
|
.. function:: putenv(key, value)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue