From: Georg Brandl Date: Tue, 22 Nov 2005 19:15:58 +0000 (+0000) Subject: Add a note to os.chown that permission constants can be combined X-Git-Tag: v2.4.3c1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4e9aa6f65f75c209f7fb68ecea1c6662b0d4ead;p=thirdparty%2FPython%2Fcpython.git Add a note to os.chown that permission constants can be combined --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 59741ae4fc2b..b64fab7725cb 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -733,7 +733,8 @@ Availability: Macintosh, \UNIX. \begin{funcdesc}{chmod}{path, mode} Change the mode of \var{path} to the numeric \var{mode}. \var{mode} may take one of the following values -(as defined in the \module{stat} module): +(as defined in the \module{stat} module) or bitwise or-ed +combinations of them: \begin{itemize} \item \code{S_ISUID} \item \code{S_ISGID}