Kaydet (Commit) 9ba3684e authored tarafından Tim Peters's avatar Tim Peters

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

üst 608c2fff
...@@ -631,6 +631,8 @@ Other constructors, all class methods: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment