mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Gave the new datetime.strptime() a versionadded blurb.
This commit is contained in:
parent
608c2fff69
commit
9ba3684ecc
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue