Antoine Pitrou added the comment: 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? ---------- nosy: +pitrou Added file: http://bugs.python.org/file9119/inspect-bug.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1785> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com