diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-10-18 01:37:57 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-10-18 01:37:57 (GMT) |
commit | 8abcc5d5339d8d8e056138d1217fa07fdcc342c9 (patch) | |
tree | 15928368ac3057ce2aa850987525ec24c5d62c06 /Misc | |
parent | be8370dc9cd3a9c951d8869088502f84e6892a6e (diff) | |
download | cpython-8abcc5d5339d8d8e056138d1217fa07fdcc342c9.zip cpython-8abcc5d5339d8d8e056138d1217fa07fdcc342c9.tar.gz cpython-8abcc5d5339d8d8e056138d1217fa07fdcc342c9.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ Extension Modules 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 ----- |