[Checkins] SVN: Zope3/trunk/doc/CHANGES.txt fix validate method of
	schema.Date,
	now it does not accept datetime objects anymore. this is needed
	because datetime and date values are not comparable
    Bernd Dorn 
    bernd.dorn at fhv.at
       
    Wed Nov 15 02:51:18 EST 2006
    
    
  
Log message for revision 71129:
  fix validate method of schema.Date, now it does not accept datetime objects anymore. this is needed because datetime and date values are not comparable
Changed:
  U   Zope3/trunk/doc/CHANGES.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2006-11-15 07:49:31 UTC (rev 71128)
+++ Zope3/trunk/doc/CHANGES.txt	2006-11-15 07:51:17 UTC (rev 71129)
@@ -143,6 +143,10 @@
 
     Bug fixes
 
+      - Fixed validate method of schema.Date, now it does not accept
+        datetime objects anymore. this is needed because datetime and
+        date values are not comparable
+
       - Fixed zope.annotation.factory to correctly setup containment for
         objects that do not implement IContained.
 
    
    
More information about the Checkins
mailing list