diff options
| author | Tim Peters <tim.peters@gmail.com> | 2005-01-13 21:06:25 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2005-01-13 21:06:25 +0000 |
| commit | 9ba3684ecceff35137a5bcacbc611d36855e7666 (patch) | |
| tree | a80eefe2891f400f88e767b6a11705430fa040b2 | |
| parent | 608c2fff692e086cd7fc800ea9b8cdd2627f8f5d (diff) | |
| download | cpython-git-9ba3684ecceff35137a5bcacbc611d36855e7666.tar.gz | |
Gave the new datetime.strptime() a versionadded blurb.
| -rw-r--r-- | Doc/lib/libdatetime.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 7f8b8bbcc0..c3fb890279 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: |
