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 martin.panter
Recipients Jim Fasarakis-Hilliard, benjamin.peterson, bup, josh.r, martin.panter, ncoghlan, xiang.zhang
Date 2017-04-09.00:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491696486.21.0.755824551036.issue29944@psf.upfronthosting.co.za>
In-reply-to
Content
In Issue 23674, I posted a patch that changes to consistent parameter names (subclass, self). The exception message would avoid “type”, becoming

super(subclass, self): self must be an instance or subtype of subclass
History
Date User Action Args
2017-04-09 00:08:06martin.pantersetrecipients: + martin.panter, ncoghlan, benjamin.peterson, josh.r, xiang.zhang, Jim Fasarakis-Hilliard, bup
2017-04-09 00:08:06martin.pantersetmessageid: <1491696486.21.0.755824551036.issue29944@psf.upfronthosting.co.za>
2017-04-09 00:08:06martin.panterlinkissue29944 messages
2017-04-09 00:08:05martin.pantercreate