diff options
| author | Raymond Hettinger <python@rcn.com> | 2003-08-31 05:09:52 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2003-08-31 05:09:52 +0000 |
| commit | 0a6aa28681b38bba28b633078f7a0809715fefc1 (patch) | |
| tree | 988649ae3b644b4eddf7f64da65965f1fd30b0d3 /Doc/lib/libos.tex | |
| parent | 6d362b25c5125070ddd58f0bfaf79cb67e4f2cd4 (diff) | |
| download | cpython-git-0a6aa28681b38bba28b633078f7a0809715fefc1.tar.gz | |
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/lib/libos.tex')
| -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 5d16a0dff3..a6617e3178 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} |
