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

victor.stinner python-checkins at python.org
Tue May 18 19:24:09 CEST 2010


Author: victor.stinner
Date: Tue May 18 19:24:09 2010
New Revision: 81292

Log:
Add versionadded (3.2) tag to os.supports_bytes_environ documentation


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	Tue May 18 19:24:09 2010
@@ -463,6 +463,8 @@
    True if the native OS type of the environment is bytes (eg. False on
    Windows).
 
+   .. versionadded:: 3.2
+
 
 .. function:: umask(mask)
 


More information about the Python-checkins mailing list