]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Gave the new datetime.strptime() a versionadded blurb.
authorTim Peters <tim.peters@gmail.com>
Thu, 13 Jan 2005 21:06:25 +0000 (21:06 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 13 Jan 2005 21:06:25 +0000 (21:06 +0000)
Doc/lib/libdatetime.tex

index 7f8b8bbcc09bb66a532f88b7e88848f022d28c00..c3fb890279b01c2ac461b3366d889f2ca21e94b6 100644 (file)
@@ -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: