[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.153, 1.831.4.154

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Mon Oct 18 03:56:20 CEST 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Add support for using %U and %W in strptime when year and day of the week are
also specified.

Closes bug #1045381.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.153
retrieving revision 1.831.4.154
diff -u -d -r1.831.4.153 -r1.831.4.154
--- NEWS	6 Oct 2004 02:16:45 -0000	1.831.4.153
+++ NEWS	18 Oct 2004 01:56:17 -0000	1.831.4.154
@@ -53,6 +53,9 @@
 Library
 -------
 
+- Bug #1045381: strptime() now uses %U and %W for date calculations if the year
+  and day of the week are also specified.
+
 - Bug #1039270: Locale data is now escaped for regex metacharacters.
 
 - Bug #807871: Fix tkMessageBox.askyesno result.



More information about the Python-checkins mailing list