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 stutzbach
Recipients LambertDW, georg.brandl, rhettinger, stutzbach
Date 2009-02-25.22:34:24
SpamBayes Score 0.002491156
Marked as misclassified No
Message-id <1235601265.92.0.0214162748852.issue5229@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks!  These improvements are very helpful.  The one missing notion is
that "object-or-type" may be a proxy object, in which case super()
returns a new proxy that additionally skips "type".

Perhaps add the following sentence to the end of the first paragraph:
"If *object-or-type* is a proxy object, *super* returns a new proxy that
additionally skips *type*."

Also, I just spotted a typo.  In the following sentence, "in" should be
"it": "This makes in possible to implement “diamond diagrams” where
multiple base classes implement the same method"

Thanks, again!
History
Date User Action Args
2009-02-25 22:34:26stutzbachsetrecipients: + stutzbach, georg.brandl, rhettinger, LambertDW
2009-02-25 22:34:25stutzbachsetmessageid: <1235601265.92.0.0214162748852.issue5229@psf.upfronthosting.co.za>
2009-02-25 22:34:24stutzbachlinkissue5229 messages
2009-02-25 22:34:24stutzbachcreate