summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-01-13 21:06:25 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-01-13 21:06:25 (GMT)
commit9ba3684ecceff35137a5bcacbc611d36855e7666 (patch)
treea80eefe2891f400f88e767b6a11705430fa040b2 /Doc
parent608c2fff692e086cd7fc800ea9b8cdd2627f8f5d (diff)
downloadcpython-9ba3684ecceff35137a5bcacbc611d36855e7666.zip
cpython-9ba3684ecceff35137a5bcacbc611d36855e7666.tar.gz
cpython-9ba3684ecceff35137a5bcacbc611d36855e7666.tar.bz2
Gave the new datetime.strptime() a versionadded blurb.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libdatetime.tex2
1 files changed, 2 insertions, 0 deletions
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: