[Python-checkins] python/dist/src/Doc/lib libposixpath.tex,1.35,1.36

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 25 Apr 2003 08:12:50 -0700


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

Modified Files:
	libposixpath.tex 
Log Message:
Use a simpler \note instead of a "See also" section to refer to the
os.walk() generator.


Index: libposixpath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libposixpath.tex,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** libposixpath.tex	25 Apr 2003 14:52:41 -0000	1.35
--- libposixpath.tex	25 Apr 2003 15:12:47 -0000	1.36
***************
*** 239,247 ****
  \end{notice}
  
! \begin{seealso}
!   \seemodule{os}{The newer \function{os.walk()} generator supplies similar
!                  functionality and can be easier to use.}
! \end{seealso}
! 
  \end{funcdesc}
  
--- 239,244 ----
  \end{notice}
  
! \note{The newer \function{\refmodule{os}.walk()} generator supplies
!       similar functionality and can be easier to use.}
  \end{funcdesc}