Add versionadded (3.2) tag to os.supports_bytes_environ documentation

This commit is contained in:
Victor Stinner 2010-05-18 17:24:09 +00:00
parent b745a74c99
commit 8fddc9e788

View file

@ -463,6 +463,8 @@ process and user.
True if the native OS type of the environment is bytes (eg. False on True if the native OS type of the environment is bytes (eg. False on
Windows). Windows).
.. versionadded:: 3.2
.. function:: umask(mask) .. function:: umask(mask)