[Python-checkins] python/dist/src/Doc/dist dist.tex,1.82,1.83

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Aug 7 23:35:09 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27441

Modified Files:
	dist.tex 
Log Message:
Remove MacOS 9 ref

Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** dist.tex	4 Aug 2004 23:18:49 -0000	1.82
--- dist.tex	7 Aug 2004 21:35:06 -0000	1.83
***************
*** 2927,2934 ****
  files are copied. Don't set \var{link} on systems that don't support
  it: \function{copy_file()} doesn't check if hard or symbolic linking is
! available.
! 
! Under Mac OS 9, uses the native file copy function in \module{macostools}; 
! on other systems, uses \var{_copy_file_contents()} to copy file contents.
  
  Return a tuple \samp{(dest_name, copied)}: \var{dest_name} is the actual 
--- 2927,2931 ----
  files are copied. Don't set \var{link} on systems that don't support
  it: \function{copy_file()} doesn't check if hard or symbolic linking is
! available.  It uses \var{_copy_file_contents()} to copy file contents.
  
  Return a tuple \samp{(dest_name, copied)}: \var{dest_name} is the actual 



More information about the Python-checkins mailing list