commit | 8abcc5d5339d8d8e056138d1217fa07fdcc342c9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Oct 18 01:37:57 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Oct 18 01:37:57 2004 +0000 |
tree | 15928368ac3057ce2aa850987525ec24c5d62c06 | |
parent | be8370dc9cd3a9c951d8869088502f84e6892a6e [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index 7831f84..ebd0ba5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,7 +22,8 @@ Library ------- -... +- Bug #1045381: time.strptime() can now infer the date using %U or %W (week of + the year) when the day of the week and year are also specified. Build -----