diff options
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
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) |