Commit f5c034af authored by Brett Cannon's avatar Brett Cannon

Add a note for strptime that just because strftime supports some extra

directive that is not documented that strptime will as well.
parent 2799aab8
......@@ -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}
......
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