From: Victor Stinner Date: Tue, 18 May 2010 17:24:09 +0000 (+0000) Subject: Add versionadded (3.2) tag to os.supports_bytes_environ documentation X-Git-Tag: v3.2a1~759 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fddc9e788dde0ff92ee52732c53a9fcec96ca05;p=python Add versionadded (3.2) tag to os.supports_bytes_environ documentation --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index fbc7edbd5c..7b376296cd 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)