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 brett.cannon
Recipients benjamin.peterson, brett.cannon, pitrou, rhettinger
Date 2013-06-21.22:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371854413.32.0.204040067782.issue18275@psf.upfronthosting.co.za>
In-reply-to
Content
That solution looks right. Problem is that it would need to either go directly into isinstance() or type would need to grow an __instancecheck__ to deal with this case since you can't override isinstance from the instance end. That I'm not sure people are okay with.
History
Date User Action Args
2013-06-21 22:40:13brett.cannonsetrecipients: + brett.cannon, rhettinger, pitrou, benjamin.peterson
2013-06-21 22:40:13brett.cannonsetmessageid: <1371854413.32.0.204040067782.issue18275@psf.upfronthosting.co.za>
2013-06-21 22:40:13brett.cannonlinkissue18275 messages
2013-06-21 22:40:13brett.cannoncreate