mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add a note for strptime that just because strftime supports some extra
directive that is not documented that strptime will as well.
This commit is contained in:
parent
2799aab86d
commit
f5c034af10
1 changed files with 6 additions and 0 deletions
|
|
@ -324,6 +324,12 @@ Support for the \code{\%Z} directive is based on the values contained in
|
|||
it is platform-specific except for recognizing UTC and GMT which are
|
||||
always known (and are considered to be non-daylight savings
|
||||
timezones).
|
||||
|
||||
Only the directives specified in the documentation are supported. Because
|
||||
\code{strftime()} is implemented per platform it can sometimes offer more
|
||||
directives than those listed. But \code{strptime()} is independent of any
|
||||
platform and thus does not necessarily support all directives available that
|
||||
are not documented as supported.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{datadesc}{struct_time}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue