Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e8339 commit e06d025Copy full SHA for e06d025
1 file changed
Doc/lib/libos.tex
@@ -706,8 +706,9 @@ \subsection{Files and Directories \label{os-file-dir}}
706
Set the access and modified times of the file specified by \var{path}.
707
If \var{times} is \code{None}, then the file's access and modified
708
times are set to the current time. Otherwise, \var{times} must be a
709
-2-tuple of numbers, of the form \var{(atime, mtime)} which is used to
710
-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.
711
+\versionchanged[added support for \code{None} for \var{times}]{1.6}
712
Availability: Macintosh, \UNIX{}, Windows.
713
\end{funcdesc}
714
0 commit comments