commit | dc362b0b96dc7899944cfc8aea09819d7358549a | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Thu Apr 02 04:52:48 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Thu Apr 02 04:52:48 2009 +0000 |
tree | 67399ecf083eb11240000a4e44b20f5fee079a3c | |
parent | 945e052accebd4ae920c4d4444f8ccee0c82a32d [diff] |
Merged revisions 71037 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71037 | r.david.murray | 2009-04-02 00:34:04 -0400 (Thu, 02 Apr 2009) | 6 lines 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. ........