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