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 ncoghlan
Recipients ncoghlan
Date 2013-01-01.04:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357013263.89.0.284370834207.issue16831@psf.upfronthosting.co.za>
In-reply-to
Content
Also, we should probably explain the approach we chose to follow in the stdlib, where we block implicit inheritance of __subclasshook__ behaviour by include an explicit type check at the start of the implementation, so it always returns NotImplemented when the first argument is a subclass rather than the exact expected class.
History
Date User Action Args
2013-01-01 04:07:43ncoghlansetrecipients: + ncoghlan
2013-01-01 04:07:43ncoghlansetmessageid: <1357013263.89.0.284370834207.issue16831@psf.upfronthosting.co.za>
2013-01-01 04:07:43ncoghlanlinkissue16831 messages
2013-01-01 04:07:43ncoghlancreate