[Python-bugs-list] [ python-Bugs-463381 ] pydoc should identify bases

noreply@sourceforge.net noreply@sourceforge.net
Thu, 20 Sep 2001 15:26:42 -0700


Bugs item #463381, was opened at 2001-09-20 15:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463381&group_id=5470

Category: Python Library
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Tim Peters (tim_one)
Summary: pydoc should identify bases

Initial Comment:
When displaying class info, pydoc should annotate 
methods with the class from which they came.

Complications:  The new __objclass__ may or may not be 
present; ditto the new __mro__; the method resolution 
order differs between new and classic classes; and I 
suppose a user-defined metaclass could introduce yet 
another, and unknowable (by pydoc), MRO.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463381&group_id=5470