Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
2d8cc618
Commit
2d8cc618
authored
19 years ago
by
Georg Brandl
Browse files
Options
Download
Email Patches
Plain Diff
[ 755617 ] os module: Need a better description of "mode"
parent
29822524
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Doc/lib/libos.tex
Doc/lib/libos.tex
+5
-0
No files found.
Doc/lib/libos.tex
View file @
2d8cc618
...
...
@@ -764,6 +764,11 @@ Change the mode of \var{path} to the numeric \var{mode}.
\item
\code
{
S
_
IXOTH
}
\end{itemize}
Availability: Macintosh,
\UNIX
, Windows.
\note
{
Although Windows supports
\function
{
chmod()
}
, you can only
set the file's read-only flag with it (via the
\code
{
S
_
IWRITE
}
and
\code
{
S
_
IREAD
}
constants or a corresponding integer value).
All other bits are ignored.
}
\end{funcdesc}
\begin{funcdesc}
{
chown
}{
path, uid, gid
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment