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
1 changed files with 2 additions and 0 deletions

View File

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