[Python-checkins] python/dist/src/Doc/lib libos.tex, 1.146.2.4, 1.146.2.5

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sat Jun 25 20:53:26 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17391/Doc/lib

Modified Files:
      Tag: release24-maint
	libos.tex 
Log Message:
backport patch [ 1213031 ] note that os.chown can have -1 as an argument



Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.146.2.4
retrieving revision 1.146.2.5
diff -u -d -r1.146.2.4 -r1.146.2.5
--- libos.tex	25 Jun 2005 18:47:28 -0000	1.146.2.4
+++ libos.tex	25 Jun 2005 18:53:24 -0000	1.146.2.5
@@ -750,7 +750,7 @@
 
 \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}
 



More information about the Python-checkins mailing list