]> granicus.if.org Git - python/commit
Clarify that datetime strftime does not produce leap seconds and datetime
authorR. David Murray <rdmurray@bitdance.com>
Thu, 2 Apr 2009 04:34:04 +0000 (04:34 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 2 Apr 2009 04:34:04 +0000 (04:34 +0000)
commitd56bab47f1c8432f4d7d3b92d0b8f8320f369fb7
tree6bb2d8a2440aa86132103c313535318542fe8a66
parent5053fbbb38b7b8bc8207e2d27c32c7b82ce3172f
Clarify that datetime strftime does not produce leap seconds and datetime
strptime does not accept it in the strftime behavior section of the
datetime docs.

Closes issue 2568.
Doc/library/datetime.rst