summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/os.rst2
1 files changed, 2 insertions, 0 deletions
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 @@ process and user.
True if the native OS type of the environment is bytes (eg. False on
Windows).
+ .. versionadded:: 3.2
+
.. function:: umask(mask)