From: Tim Peters Date: Thu, 13 Jan 2005 21:06:25 +0000 (+0000) Subject: Gave the new datetime.strptime() a versionadded blurb. X-Git-Tag: v2.5a0~2112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ba3684ecceff35137a5bcacbc611d36855e7666;p=thirdparty%2FPython%2Fcpython.git Gave the new datetime.strptime() a versionadded blurb. --- diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 7f8b8bbcc09b..c3fb890279b0 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -631,6 +631,8 @@ Other constructors, all class methods: format)[0:6]))}. \exception{ValueError} is raised if the date_string and format can't be parsed by \function{time.strptime()} or if it returns a value which isn't a time tuple. + + \versionadded{2.5} \end{methoddesc} Class attributes: