]> granicus.if.org Git - python/commit
Fix bug of implementation of algorithm for calculating the date from year, week
authorBrett Cannon <bcannon@gmail.com>
Thu, 28 Oct 2004 04:49:21 +0000 (04:49 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 28 Oct 2004 04:49:21 +0000 (04:49 +0000)
commit14adbe77b5e9c68fb525d25961c86b5b0dbb1945
treeaa9fb068f2eb493c434c8dc599aebcbb96d1f94a
parent79d9bfa28f66e031dbc252eabe78cd0aea081f06
Fix bug of implementation of algorithm for calculating the date from year, week
of the year, and day of the week.  Was not taking into consideration properly
the issue of when %U is used for the week of the year but the year starts on
Monday.

Closes bug #1045381 again.
Lib/_strptime.py
Lib/test/test_strptime.py