]> granicus.if.org Git - python/commitdiff
Use \versionchanged to indicate when the second parameter to utime()
authorFred Drake <fdrake@acm.org>
Tue, 2 May 2000 17:29:35 +0000 (17:29 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 May 2000 17:29:35 +0000 (17:29 +0000)
was allowed to be None.

Doc/lib/libos.tex

index 0fb8f1018598ac21aa7bd4b523547769466de8c8..e9302d176f682b32dbee24e16d596daa6c42c289 100644 (file)
@@ -706,8 +706,9 @@ Availability: Macintosh, \UNIX{}, Windows.
 Set the access and modified times of the file specified by \var{path}.
 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.
+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}