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 rhettinger
Recipients LambertDW, georg.brandl, rhettinger, stutzbach
Date 2009-02-25.23:16:20
SpamBayes Score 2.0549374e-05
Marked as misclassified No
Message-id <1235603782.71.0.727301669162.issue5229@psf.upfronthosting.co.za>
In-reply-to
Content
> 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*."

I'm not really sure what that even means.  Nor do I think
it was one of the use cases that Guido had in mind or is
tested in the unittest suite.

Is this something that has to be covered in the super() docs?
It seems like an implementation side-effect.
History
Date User Action Args
2009-02-25 23:16:23rhettingersetrecipients: + rhettinger, georg.brandl, LambertDW, stutzbach
2009-02-25 23:16:22rhettingersetmessageid: <1235603782.71.0.727301669162.issue5229@psf.upfronthosting.co.za>
2009-02-25 23:16:21rhettingerlinkissue5229 messages
2009-02-25 23:16:20rhettingercreate