]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch [ 1213031 ] note that os.chown can have -1 as an argument
authorGeorg Brandl <georg@python.org>
Sat, 25 Jun 2005 18:52:24 +0000 (18:52 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 25 Jun 2005 18:52:24 +0000 (18:52 +0000)
Doc/lib/libos.tex

index 0d23bd703a47b60f534c0f21a24ded3ac4376121..7611e5b627320927826abd0c29396a2450fb3b65 100644 (file)
@@ -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}