[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.53.4.2,1.53.4.3

Skip Montanaro montanaro@users.sourceforge.net
Mon, 04 Jun 2001 08:30:43 -0700


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

Modified Files:
      Tag: release21-maint
	libos.tex 
Log Message:
is -> if in rename description



Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.53.4.2
retrieving revision 1.53.4.3
diff -C2 -r1.53.4.2 -r1.53.4.3
*** libos.tex	2001/05/31 20:27:18	1.53.4.2
--- libos.tex	2001/06/04 15:30:41	1.53.4.3
***************
*** 692,696 ****
  \var{dst} exists and is a file, it will be removed silently if the
  user has permission.  The operation may fail on some \UNIX{} flavors
! is \var{src} and \var{dst} are on different filesystems.  If
  successful, the renaming will be an atomic operation (this is a
  \POSIX{} requirement).  On Windows, if \var{dst} already exists,
--- 692,696 ----
  \var{dst} exists and is a file, it will be removed silently if the
  user has permission.  The operation may fail on some \UNIX{} flavors
! if \var{src} and \var{dst} are on different filesystems.  If
  successful, the renaming will be an atomic operation (this is a
  \POSIX{} requirement).  On Windows, if \var{dst} already exists,