From: Raymond Hettinger Date: Sun, 31 Aug 2003 05:11:15 +0000 (+0000) Subject: SF patch #797157: Bug 794658: os.chmod docs, stat constants X-Git-Tag: v2.3.1~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4822758c8eb418e05d004fe95ced5669dfd1944a;p=thirdparty%2FPython%2Fcpython.git SF patch #797157: Bug 794658: os.chmod docs, stat constants (Contributed by Christos Georgiou.) Reference the symbol definitions in the stat module. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5d16a0dff3fc..a6617e317852 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -668,7 +668,8 @@ Availability: \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: +\var{mode} may take one of the following values +(as defined in the \module{stat} module): \begin{itemize} \item \code{S_ISUID} \item \code{S_ISGID}