On Mon Oct 22 09:34:51 2007, ptc wrote: > In src/pmc/default.pmc:get_attr_str() there is the todo item: > > /* let's look for props first > * XXX do we need that in the default object system? > > We require an answer to this question, and quite possibly further > development depending upon the answer.
This check can be removed from default.pmc. Property values should not be returned by get_attr_str. Allison