]> granicus.if.org Git - python/commit
Issue #23136: _strptime now uniformly handles all days in week 0, including
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:13:25 +0000 (19:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:13:25 +0000 (19:13 +0200)
commitd54c2e3f133a772dc71cc776a476face4c90389a
tree5801b0f9f764c13b1132cf280a3049c6b5b83602
parent6a74a51b28979e71e8ae7d79e7cb06d49e67ac07
Issue #23136: _strptime now uniformly handles all days in week 0, including
Jan 30 of previous year.  Based on patch by Jim Carroll.
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS