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 kjohnson
Recipients bethard, fdrake, georg.brandl, kjohnson
Date 2008-03-21.11:48:07
SpamBayes Score 0.080320045
Marked as misclassified No
Message-id <1206100089.39.0.133713905595.issue1163367@psf.upfronthosting.co.za>
In-reply-to
Content
This issue seems to have foundered on finding an explanation for the
finer points of super(). Perhaps the glaring errors could at least be
corrected, or the fine points could be omitted or glossed over? For
example change the first sentence of the docs to "Returns a proxy for
the type following 'type' in the method resolution order of
'object-or-type'." 

Perhaps link to these?
http://chandlerproject.org/bin/view/Projects/UsingSuper
http://fuhm.net/super-harmful/
History
Date User Action Args
2008-03-21 11:48:09kjohnsonsetspambayes_score: 0.08032 -> 0.080320045
recipients: + kjohnson, fdrake, birkenfeld, bethard
2008-03-21 11:48:09kjohnsonsetspambayes_score: 0.08032 -> 0.08032
messageid: <1206100089.39.0.133713905595.issue1163367@psf.upfronthosting.co.za>
2008-03-21 11:48:08kjohnsonlinkissue1163367 messages
2008-03-21 11:48:07kjohnsoncreate