[Python-checkins] python/dist/src/Misc NEWS,1.1165,1.1166

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Mon Oct 18 03:38:00 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22698/Misc

Modified Files:
	NEWS 
Log Message:
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.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1165
retrieving revision 1.1166
diff -u -d -r1.1165 -r1.1166
--- NEWS	18 Oct 2004 01:32:09 -0000	1.1165
+++ NEWS	18 Oct 2004 01:37:57 -0000	1.1166
@@ -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
 -----



More information about the Python-checkins mailing list