]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of fix for bug of year/<week of year>/<day of week> calculation that
authorBrett Cannon <bcannon@gmail.com>
Thu, 28 Oct 2004 04:50:28 +0000 (04:50 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 28 Oct 2004 04:50:28 +0000 (04:50 +0000)
commitd9016a00fbff494f552e84a6f4f0c4c1edb5ea4b
tree8dd74028a0dc946b0f17c2ea2549bbe544f72dbb
parent35018c74f6f258b8df4d55e39e78d833ada070c4
Backport of fix for bug of year/<week of year>/<day of week> calculation that
didn't handle %U for years starting on Monday.
Lib/_strptime.py
Lib/test/test_strptime.py