commit | 8fddc9e788dde0ff92ee52732c53a9fcec96ca05 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 18 17:24:09 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 18 17:24:09 2010 +0000 |
tree | 816e0fffe70320f0bda0d3b711c6f6447385d620 | |
parent | b745a74c99b9db0daab7289c6a1f0e386cd26644 [diff] |
Add versionadded (3.2) tag to os.supports_bytes_environ documentation
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index fbc7edb..7b37629 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -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)