23 Oct
2008
23 Oct
'08
6:57 a.m.
Jim Fulton wrote:
I would change it to just use getattr rather than hasattr.
try: getattr(ob, name) except AttributeError: return False ...
Given the controversy about our original proposal, I think I'll just implement Jim's suggestion. I'll do so as soon as possible. -- Thomas