Re: [Orbit-python-list] orbit-python and __setattr__ overloading
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-01-30 20:25:46
|
> was to overload the _set_'s and _get_'s instead of __setattr__ so I don't > have to check if the attributes being changed are critical to the > persistency or not. I just override the correct arguments. That said, __setattr__ and __getattr__ *should* be handled properly anyway, so I've committed an update for this. Unfortunately, SourceForge's anoncvs server is being weird right now (is it broken for anyone else too?), so I've attached the patch to this email (patches server.c). Jason. |