mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
SF patch #797157: Bug 794658: os.chmod docs, stat constants
(Contributed by Christos Georgiou.) Reference the symbol definitions in the stat module.
This commit is contained in:
parent
6d362b25c5
commit
0a6aa28681
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue