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 cool-RR
Recipients cool-RR
Date 2010-10-01.22:51:08
SpamBayes Score 6.0939663e-05
Marked as misclassified No
Message-id <1285973470.62.0.723186105709.issue10011@psf.upfronthosting.co.za>
In-reply-to
Content
Is there a reason why `execpt` compares base classes instead of using `isinstance`? This prevents using `__instancecheck__` to override the instance check.
History
Date User Action Args
2010-10-01 22:51:10cool-RRsetrecipients: + cool-RR
2010-10-01 22:51:10cool-RRsetmessageid: <1285973470.62.0.723186105709.issue10011@psf.upfronthosting.co.za>
2010-10-01 22:51:09cool-RRlinkissue10011 messages
2010-10-01 22:51:08cool-RRcreate