Update version numbering from 1.6 to 2.0.

This commit is contained in:
Fred Drake 2000-06-30 16:06:19 +00:00
parent 61b49b3d6b
commit 30f76ffd00
11 changed files with 16 additions and 16 deletions

View file

@ -716,7 +716,7 @@ 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}
\versionchanged[added support for \code{None} for \var{times}]{2.0}
Availability: Macintosh, \UNIX{}, Windows.
\end{funcdesc}