[Python-checkins] python/dist/src/Doc/dist dist.tex,1.36.16.2,1.36.16.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 31 Mar 2003 08:45:30 -0800


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

Modified Files:
      Tag: release22-maint
	dist.tex 
Log Message:
Match some of the markup changes from the trunk.


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.36.16.2
retrieving revision 1.36.16.3
diff -C2 -d -r1.36.16.2 -r1.36.16.3
*** dist.tex	8 Jul 2002 14:46:49 -0000	1.36.16.2
--- dist.tex	31 Mar 2003 16:45:22 -0000	1.36.16.3
***************
*** 296,302 ****
  
  This, of course, only applies to pathnames given to Distutils functions.
! If you, for example, use standard python functions such as glob.glob
! or os.listdir to specify files, you should be careful to write portable
! code instead of hardcoding path separators:
  
  \begin{verbatim}
--- 296,303 ----
  
  This, of course, only applies to pathnames given to Distutils functions.
! If you, for example, use standard Python functions such as
! \function{glob.glob()} or \function{os.listdir()} to specify files,
! you should be careful to write portable code instead of hardcoding
! path separators:
  
  \begin{verbatim}