mirror of https://github.com/python/cpython
Patch [ 1213031 ] note that os.chown can have -1 as an argument
This commit is contained in:
parent
3da85ec682
commit
0929b7e5f7
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue