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

holdenweb@users.sourceforge.net holdenweb@users.sourceforge.net
Wed, 07 Aug 2002 05:01:43 -0700


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

Modified Files:
	libposixpath.tex 
Log Message:
Fix markup errors.


Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** libposixpath.tex	6 Aug 2002 16:07:07 -0000	1.24
--- libposixpath.tex	7 Aug 2002 12:01:41 -0000	1.25
***************
*** 217,222 ****
  
  Note that symbolic links to directories are not treated as subdirectories,
! and that \var{walk} therefore will not visit them. To visit linked
! directories you must identify them with \var{os.path.islink(file)} and
! \var{os.path.isdir(file)}, and invoke \function{walk()} as necessary.
  \end{funcdesc}
--- 217,222 ----
  
  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}