Re: [Zope-dev] Python 2.3.2 and dir

2003-12-15 Thread Dieter Maurer
Alan Milligan wrote at 2003-12-15 13:45 +1100: >I'm trying to upgrade my Zpydoc product to Python 2.3.2 from 2.1.3 and >have come across a confusing situation in regard to the >inspect.getmembers function. > >This function uses the builtin dir() function to get a list of an >objects attributes.

[Zope-dev] Python 2.3.2 and dir

2003-12-14 Thread Alan Milligan
Hi, I'm trying to upgrade my Zpydoc product to Python 2.3.2 from 2.1.3 and have come across a confusing situation in regard to the inspect.getmembers function. This function uses the builtin dir() function to get a list of an objects attributes. For Zope products, I am getting a situation whe