[Python-checkins] python/dist/src/Doc/mac libmacostools.tex,1.14,1.15
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2002年8月06日 15:14:25 -0700
Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv16919
Modified Files:
libmacostools.tex
Log Message:
Changed a sentence that confused some people.
Index: libmacostools.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacostools.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** libmacostools.tex 10 Sep 2001 08:55:25 -0000 1.14
--- libmacostools.tex 6 Aug 2002 22:14:23 -0000 1.15
***************
*** 16,21 ****
Copy file \var{src} to \var{dst}. The files can be specified as
pathnames or \pytype{FSSpec} objects. If \var{createpath} is non-zero
! \var{dst} must be a pathname and the folders leading to the
! destination are created if necessary. The method copies data and
resource fork and some finder information (creator, type, flags) and
optionally the creation, modification and backup times (default is to
--- 16,21 ----
Copy file \var{src} to \var{dst}. The files can be specified as
pathnames or \pytype{FSSpec} objects. If \var{createpath} is non-zero
! the folders leading to \var{dst} are created if necessary.
! The method copies data and
resource fork and some finder information (creator, type, flags) and
optionally the creation, modification and backup times (default is to