]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add support for using %U and %W in strptime when year and day of the week are
authorBrett Cannon <bcannon@gmail.com>
Mon, 18 Oct 2004 01:56:17 +0000 (01:56 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 18 Oct 2004 01:56:17 +0000 (01:56 +0000)
commit9c183d224781d0ab655f2e8815ac5f504ab7bc26
tree974f58c75bf60f05793a152da0f105a13e3e4132
parentf0d0193aeb701e2aca82383412cab1c61ee00602
Add support for using %U and %W in strptime when year and day of the week are
also specified.

Closes bug #1045381.
Doc/lib/libtime.tex
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS