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 michele_s
Recipients
Date 2003-08-19.00:23:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=583457

I've just checked today with Python 2.3 (pydoc
revision 1.86):

class B(object):
    pass

class C(B):
    sup=super(B)

help(C)

still gives the same error!

What happened? Did you forgot to add the patch to 
the standard distribution? The bug is not close!
History
Date User Action Args
2007-08-23 14:12:54adminlinkissue729103 messages
2007-08-23 14:12:54admincreate