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 michael.foord
Recipients amaury.forgeotdarc, benjamin.peterson, cool-RR, michael.foord
Date 2010-11-28.22:42:23
SpamBayes Score 0.15028249
Marked as misclassified No
Message-id <1290984144.99.0.900267674975.issue10569@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW (which isn't much I guess) it annoys me that I have to protect calls to issubclass with if isinstance(obj, type).
History
Date User Action Args
2010-11-28 22:42:25michael.foordsetrecipients: + michael.foord, amaury.forgeotdarc, benjamin.peterson, cool-RR
2010-11-28 22:42:24michael.foordsetmessageid: <1290984144.99.0.900267674975.issue10569@psf.upfronthosting.co.za>
2010-11-28 22:42:23michael.foordlinkissue10569 messages
2010-11-28 22:42:23michael.foordcreate