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 r.david.murray
Recipients Juchen Zeng, docs@python, eric.araujo, ezio.melotti, georg.brandl, martin.panter, r.david.murray
Date 2015-12-01.16:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448986056.01.0.504770223127.issue25772@psf.upfronthosting.co.za>
In-reply-to
Content
Just FYI, 'super' is not a type, it is a function that returns a proxy.  (In python3 there is also compiler magic involved in the no-argument form, but it is still a function :)
History
Date User Action Args
2015-12-01 16:07:36r.david.murraysetrecipients: + r.david.murray, georg.brandl, ezio.melotti, eric.araujo, docs@python, martin.panter, Juchen Zeng
2015-12-01 16:07:36r.david.murraysetmessageid: <1448986056.01.0.504770223127.issue25772@psf.upfronthosting.co.za>
2015-12-01 16:07:35r.david.murraylinkissue25772 messages
2015-12-01 16:07:35r.david.murraycreate