This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients dmaurer, gvanrossum, pitrou
Date 2008-01-10.23:25:24
SpamBayes Score 0.0019592275
Marked as misclassified No
Message-id <1200007526.82.0.479963547737.issue1785@psf.upfronthosting.co.za>
In-reply-to
Content
This is my attempt at a patch for this. It fixes inspect.getmembers and
inspect.classify_class_attrs to work with Dieter's example. I hope it
doesn't mess anything else.

As for pydoc, things look a bit more complicated... The annoying thing
is that the logic to browse object contents is duplicated inside the
different renderers (pydoc.Repr subclasses). Also, I couldn't find any
unit tests for pydoc. Are there any?
History
Date User Action Args
2008-01-10 23:25:27pitrousetspambayes_score: 0.00195923 -> 0.0019592275
recipients: + pitrou, gvanrossum, dmaurer
2008-01-10 23:25:26pitrousetspambayes_score: 0.00195923 -> 0.00195923
messageid: <1200007526.82.0.479963547737.issue1785@psf.upfronthosting.co.za>
2008-01-10 23:25:25pitroulinkissue1785 messages
2008-01-10 23:25:25pitroucreate