mirror of https://github.com/python/cpython
Gave the new datetime.strptime() a versionadded blurb.
This commit is contained in:
parent
608c2fff69
commit
9ba3684ecc
|
@ -631,6 +631,8 @@ Other constructors, all class methods:
|
||||||
format)[0:6]))}. \exception{ValueError} is raised if the date_string and
|
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
|
format can't be parsed by \function{time.strptime()} or if it returns a
|
||||||
value which isn't a time tuple.
|
value which isn't a time tuple.
|
||||||
|
|
||||||
|
\versionadded{2.5}
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
Class attributes:
|
Class attributes:
|
||||||
|
|
Loading…
Reference in New Issue