Commit 0929b7e5 authored by Georg Brandl's avatar Georg Brandl

Patch [ 1213031 ] note that os.chown can have -1 as an argument

parent 3da85ec6
......@@ -763,7 +763,7 @@ Availability: Macintosh, \UNIX, Windows.
\begin{funcdesc}{chown}{path, uid, gid}
Change the owner and group id of \var{path} to the numeric \var{uid}
and \var{gid}.
and \var{gid}. To leave one of the ids unchanged, set it to -1.
Availability: Macintosh, \UNIX.
\end{funcdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment