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 cvrebert
Recipients cvrebert, georg.brandl, terry.reedy
Date 2010-04-14.21:43:05
SpamBayes Score 7.942797e-06
Marked as misclassified No
Message-id <1271281389.33.0.690820918456.issue5250@psf.upfronthosting.co.za>
In-reply-to
Content
This might need to be reopened.

There's a verb missing from he following sentence of the patch:
"This is consistent with the lookup of special methods that called on instances, only that in this case the instance is itself a class."

Secondly, and more importantly, the issubclass() and isinstance() docs don't mention the new special methods in question.
History
Date User Action Args
2010-04-14 21:43:09cvrebertsetrecipients: + cvrebert, georg.brandl, terry.reedy
2010-04-14 21:43:09cvrebertsetmessageid: <1271281389.33.0.690820918456.issue5250@psf.upfronthosting.co.za>
2010-04-14 21:43:06cvrebertlinkissue5250 messages
2010-04-14 21:43:05cvrebertcreate