]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23136: _strptime now uniformly handles all days in week 0, including
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:13:37 +0000 (19:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:13:37 +0000 (19:13 +0200)
commit423feea01e40699ad4e4c91139a64c71578b4eef
tree6639d37a6d366ea5b1be47e69961c54a129ebb2d
parent56cefa69ee919559cf3ca2388d12371c24402df3
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