[Python-checkins] r80888 - python/branches/py3k/Doc/library/os.rst

benjamin.peterson python-checkins at python.org
Fri May 7 00:13:11 CEST 2010


Author: benjamin.peterson
Date: Fri May  7 00:13:11 2010
New Revision: 80888

Log:
spacing and another versionadded

Modified:
   python/branches/py3k/Doc/library/os.rst

Modified: python/branches/py3k/Doc/library/os.rst
==============================================================================
--- python/branches/py3k/Doc/library/os.rst	(original)
+++ python/branches/py3k/Doc/library/os.rst	Fri May  7 00:13:11 2010
@@ -279,8 +279,11 @@
 
    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)
 


More information about the Python-checkins mailing list