From: Georg Brandl Date: Sat, 25 Jun 2005 18:52:24 +0000 (+0000) Subject: Patch [ 1213031 ] note that os.chown can have -1 as an argument X-Git-Tag: v2.5a0~1659 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0929b7e5f7c3183b4b468d74e27db2adafe1336b;p=thirdparty%2FPython%2Fcpython.git Patch [ 1213031 ] note that os.chown can have -1 as an argument --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 0d23bd703a47..7611e5b62732 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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}