Is it possible to persuade pydoc not to include documentation for methods inherited from built-in classes? I have several classes that inherit from dict, and don't really need documentation thousands of lines long that consists mostly of dict's methods repeated multiple times.
I'm sure I could qite easily write something to post-process the HTML files; just wondering if there might be an easier way. thanks Alan -- http://mail.python.org/mailman/listinfo/python-list