[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.90, 1.1193.2.91

bcannon@users.sourceforge.net bcannon at users.sourceforge.net
Sat Aug 27 21:29:32 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Fix bug where __contains__ should have been used over str.find()


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.90
retrieving revision 1.1193.2.91
diff -u -d -r1.1193.2.90 -r1.1193.2.91
--- NEWS	27 Aug 2005 10:08:21 -0000	1.1193.2.90
+++ NEWS	27 Aug 2005 19:29:21 -0000	1.1193.2.91
@@ -79,6 +79,9 @@
 Library
 -------
 
+- Fix a misuse of str.find() in detection of use of %U or %W in datetime
+  format.
+
 - Bug #1167128: Fix size of a symlink in a tarfile to be 0.
 
 - Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook



More information about the Python-checkins mailing list