On Fri, 2008-10-10 at 11:07 +0200, Roger Ineichen wrote:

> What do you think about a validateSchema=True/False option or something
> like that?

Maybe it's just a requirement to fix the code?

The code at around line 466 in _field.py says
        errors = _validate_fields(self.schema, value)
        if errors:
            raise WrongContainedType(errors)

errors is an empty list so should the if statement just be a test to see
if the list is not empty?

Cheers,
Tim




-- 
Timothy Cook, MSc
Health Informatics Research & Development Services
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == timothy.cook 
**************************************************************
*You may get my Public GPG key from  popular keyservers or   *
*from this link http://timothywayne.cook.googlepages.com/home*
**************************************************************

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to