]> granicus.if.org Git - python/commitdiff
Add a note for strptime that just because strftime supports some extra
authorBrett Cannon <bcannon@gmail.com>
Mon, 15 Jan 2007 19:12:08 +0000 (19:12 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 15 Jan 2007 19:12:08 +0000 (19:12 +0000)
directive that is not documented that strptime will as well.

Doc/lib/libtime.tex

index f40838a44079a6efd22eaa3b21d9ce275d05ef74..e27604530a620e66e2e8a25437ba7936768b3278 100644 (file)
@@ -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}