]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add support for %U and %W to contribute to calculating the date when the year
authorBrett Cannon <bcannon@gmail.com>
Mon, 18 Oct 2004 01:37:57 +0000 (01:37 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 18 Oct 2004 01:37:57 +0000 (01:37 +0000)
commit8abcc5d5339d8d8e056138d1217fa07fdcc342c9
tree15928368ac3057ce2aa850987525ec24c5d62c06
parentbe8370dc9cd3a9c951d8869088502f84e6892a6e
Add support for %U and %W to contribute to calculating the date when the year
and day of the week are specified.

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