On Mon, Jul 7, 2008 at 2:25 PM, Tim Cook <[EMAIL PROTECTED]> wrote:
> Okay.  But before I do that.  Is my approach to initializing an instance
> correct or is the problem the way I handled the keywords?
...
>        for n,v in kw.items():
>            setattr(self,n,v)

There are people who like this style and people who don't (and
consider it ridiculously fragile), but zope.schema couldn't care less
about this.


 -Fred

-- 
Fred L. Drake, Jr. <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to