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

Fred Drake python-dev@python.org
Tue, 2 May 2000 13:29:38 -0400


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/lib

Modified Files:
	libos.tex 
Log Message:

Use \versionchanged to indicate when the second parameter to utime()
was allowed to be None.


Index: libos.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** libos.tex	2000/05/01 16:18:22	1.39
--- libos.tex	2000/05/02 17:29:35	1.40
***************
*** 707,712 ****
  If \var{times} is \code{None}, then the file's access and modified
  times are set to the current time.  Otherwise, \var{times} must be a
! 2-tuple of numbers, of the form \var{(atime, mtime)} which is used to
! set the access and modified times, respectively.
  Availability: Macintosh, \UNIX{}, Windows.
  \end{funcdesc}
--- 707,713 ----
  If \var{times} is \code{None}, then the file's access and modified
  times are set to the current time.  Otherwise, \var{times} must be a
! 2-tuple of numbers, of the form \code{(\var{atime}, \var{mtime})}
! which is used to set the access and modified times, respectively.
! \versionchanged[added support for \code{None} for \var{times}]{1.6}
  Availability: Macintosh, \UNIX{}, Windows.
  \end{funcdesc}