[Python-checkins] python/dist/src/Doc/lib libposixpath.tex,1.25,1.26

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 07 Aug 2002 05:39:35 -0700


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

Modified Files:
	libposixpath.tex 
Log Message:
Change the markup a bit more; the parameter was not marked as \var in the
sample code, and the note was marked as a logical thing.


Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** libposixpath.tex	7 Aug 2002 12:01:41 -0000	1.25
--- libposixpath.tex	7 Aug 2002 12:39:33 -0000	1.26
***************
*** 216,222 ****
  assignment.)
  
! Note that symbolic links to directories are not treated as subdirectories,
! and that \function{walk} therefore will not visit them. To visit linked
! directories you must identify them with \code{os.path.islink(file)} and
! \code{os.path.isdir(file)}, and invoke \function{walk()} as necessary.
  \end{funcdesc}
--- 216,226 ----
  assignment.)
  
! \begin{notice}
! Symbolic links to directories are not treated as subdirectories, and
! that \function{walk()} therefore will not visit them. To visit linked
! directories you must identify them with
! \code{os.path.islink(\var{file})} and
! \code{os.path.isdir(\var{file})}, and invoke \function{walk()} as
! necessary.
! \end{notice}
  \end{funcdesc}