]> granicus.if.org Git - python/commit
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Mar 2016 08:53:09 +0000 (10:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Mar 2016 08:53:09 +0000 (10:53 +0200)
commit6e4150f36b74622a23ea0fd259bd61bbd753d3fd
tree84db1e42e46f64a4339bd85c3500c7424effd112
parent15a83e845fa2421428f9d06c6fe6e85fde59d22c
parent8a7240eeed609f747bdf38985679816ed9f61a0e
Issue #23718: Fixed parsing time in week 0 before Jan 1.  Original patch by
Tamás Bence Gedai.
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS