[Python-checkins] python/dist/src/Doc/lib libos.tex,1.127,1.128

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Aug 30 23:09:54 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv9655

Modified Files:
	libos.tex 
Log Message:
SF patch #797157:  Bug 794658: os.chmod docs, stat constants
(Contributed by Christos Georgiou.)

Reference the symbol definitions in the stat module.



Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** libos.tex	20 May 2003 16:21:51 -0000	1.127
--- libos.tex	31 Aug 2003 05:09:52 -0000	1.128
***************
*** 669,673 ****
  \begin{funcdesc}{chmod}{path, mode}
  Change the mode of \var{path} to the numeric \var{mode}.
! \var{mode} may take one of the following values:
  \begin{itemize}
    \item \code{S_ISUID}
--- 669,674 ----
  \begin{funcdesc}{chmod}{path, mode}
  Change the mode of \var{path} to the numeric \var{mode}.
! \var{mode} may take one of the following values
! (as defined in the \module{stat} module):
  \begin{itemize}
    \item \code{S_ISUID}





More information about the Python-checkins mailing list