[Python-checkins] python/dist/src/Doc/lib libfilecmp.tex,1.7,1.8

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 06 Feb 2003 13:17:21 -0800


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

Modified Files:
	libfilecmp.tex 
Log Message:
Update doc to reflect code changes for obsoleting use_statcache parameter

Index: libfilecmp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfilecmp.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** libfilecmp.tex	5 Apr 2002 02:21:09 -0000	1.7
--- libfilecmp.tex	6 Feb 2003 21:17:17 -0000	1.8
***************
*** 17,30 ****
  
  Unless \var{shallow} is given and is false, files with identical
! \function{os.stat()} signatures are taken to be equal.  If
! \var{use_statcache} is given and is true,
! \function{statcache.stat()} will be called rather then
! \function{os.stat()}; the default is to use \function{os.stat()}.
  
  Files that were compared using this function will not be compared again
! unless their \function{os.stat()} signature changes. Note that using
! \var{use_statcache} true will cause the cache invalidation mechanism to 
! fail --- the stale stat value will be used from \refmodule{statcache}'s 
! cache.
  
  Note that no external programs are called from this function, giving it
--- 17,25 ----
  
  Unless \var{shallow} is given and is false, files with identical
! \function{os.stat()} signatures are taken to be equal.
! \versionchanged[\var{use_statcache} is obsolete and ignored.]{2.3}
  
  Files that were compared using this function will not be compared again
! unless their \function{os.stat()} signature changes.
  
  Note that no external programs are called from this function, giving it