From ee6511b30958c55089b9b79d01cfd113bff0cfab Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 13 Aug 2004 02:34:06 +0000 Subject: [PATCH] Fix the version number in which changes were made --- Doc/lib/libtime.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index f21f6a34aa8..e315183f634 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}