From 9ba3684ecceff35137a5bcacbc611d36855e7666 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 13 Jan 2005 21:06:25 +0000 Subject: Gave the new datetime.strptime() a versionadded blurb. --- Doc/lib/libdatetime.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 7f8b8bb..c3fb890 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: -- cgit v0.12