Gave the new datetime.strptime() a versionadded blurb.

This commit is contained in:
Tim Peters 2005-01-13 21:06:25 +00:00
parent 608c2fff69
commit 9ba3684ecc
1 changed files with 2 additions and 0 deletions

View 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: