diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-31 05:09:52 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-31 05:09:52 (GMT) |
commit | 0a6aa28681b38bba28b633078f7a0809715fefc1 (patch) | |
tree | 988649ae3b644b4eddf7f64da65965f1fd30b0d3 /Doc | |
parent | 6d362b25c5125070ddd58f0bfaf79cb67e4f2cd4 (diff) | |
download | cpython-0a6aa28681b38bba28b633078f7a0809715fefc1.zip cpython-0a6aa28681b38bba28b633078f7a0809715fefc1.tar.gz cpython-0a6aa28681b38bba28b633078f7a0809715fefc1.tar.bz2 |
SF patch #797157: Bug 794658: os.chmod docs, stat constants
(Contributed by Christos Georgiou.)
Reference the symbol definitions in the stat module.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libos.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5d16a0d..a6617e3 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} |