Florent Guillaume wrote:
> 
> Is anyone opposed to having a
>     def __init__(id=None, title=None):
>         if id is not None:    self.id = id
>         if title is not None: self.title = title
> in Folder ?

That would certainly make the code a lot clearer :-)

cheers,

Chris

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to