summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-08-13 02:34:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-08-13 02:34:06 (GMT)
commitee6511b30958c55089b9b79d01cfd113bff0cfab (patch)
treea5205c99c61b4be2e1a7e0e393a3af2da85f258e /Doc/lib/libtime.tex
parent7ea48ddd4f324f014226c8647b8ac65254a3bed4 (diff)
downloadcpython-ee6511b30958c55089b9b79d01cfd113bff0cfab.zip
cpython-ee6511b30958c55089b9b79d01cfd113bff0cfab.tar.gz
cpython-ee6511b30958c55089b9b79d01cfd113bff0cfab.tar.bz2
Fix the version number in which changes were made
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index f21f6a3..e315183 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -164,7 +164,7 @@ used. \code{ctime(\var{secs})} is equivalent to
Locale information is not used by \function{ctime()}.
\versionchanged[Allowed \var{secs} to be omitted]{2.1}
\versionchanged[If \var{secs} is \constant{None}, the current time is
- used]{2.3}
+ used]{2.4}
\end{funcdesc}
\begin{datadesc}{daylight}
@@ -179,7 +179,7 @@ provided or \constant{None}, the current time as returned by
above for a description of the \class{struct_time} object.
\versionchanged[Allowed \var{secs} to be omitted]{2.1}
\versionchanged[If \var{secs} is \constant{None}, the current time is
- used]{2.3}
+ used]{2.4}
\end{funcdesc}
\begin{funcdesc}{localtime}{\optional{secs}}
@@ -189,7 +189,7 @@ not provided or \constant{None}, the current time as returned by
applies to the given time.
\versionchanged[Allowed \var{secs} to be omitted]{2.1}
\versionchanged[If \var{secs} is \constant{None}, the current time is
- used]{2.3}
+ used]{2.4}
\end{funcdesc}
\begin{funcdesc}{mktime}{t}