spacing and another versionadded

This commit is contained in:
Benjamin Peterson 2010-05-06 22:13:11 +00:00
parent 662c74ff52
commit 0d6fe51e4f
1 changed files with 3 additions and 0 deletions

View File

@ -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)