[Python-checkins] python/dist/src/Doc/lib libos.tex,1.158,1.159

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sat Jun 25 20:52:27 CEST 2005


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

Modified Files:
	libos.tex 
Log Message:
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.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- libos.tex	25 Jun 2005 18:46:09 -0000	1.158
+++ libos.tex	25 Jun 2005 18:52:24 -0000	1.159
@@ -763,7 +763,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