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 zouzhile
Recipients zouzhile
Date 2008-08-30.10:47:47
SpamBayes Score 0.0017449416
Marked as misclassified No
Message-id <1220093268.84.0.83776548912.issue3737@psf.upfronthosting.co.za>
In-reply-to
Content
Problem:
On the page http://docs.python.org/lib/built-in-funcs.html, there is a
description about "super(type[,object-or-type])": Return the superclass
of type. If the second argument....
This is NOT true. it will actually return an instance of the type
"super", instead of "the superclass of type".

Suggested fix:
Return a new instance of the type "super".
History
Date User Action Args
2008-08-30 10:47:48zouzhilesetrecipients: + zouzhile
2008-08-30 10:47:48zouzhilesetmessageid: <1220093268.84.0.83776548912.issue3737@psf.upfronthosting.co.za>
2008-08-30 10:47:48zouzhilelinkissue3737 messages
2008-08-30 10:47:47zouzhilecreate