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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum
Date 2007-11-13.01:19:07
SpamBayes Score 0.056507334
Marked as misclassified No
Message-id <1194916747.26.0.326020567239.issue1265@psf.upfronthosting.co.za>
In-reply-to
Content
__instancecheck__ should be simpler: all classes are new-style, how is
it possible to have different results for
   instance.__class__
and
   type(instance)
?
History
Date User Action Args
2007-11-13 01:19:07amaury.forgeotdarcsetspambayes_score: 0.0565073 -> 0.056507334
recipients: + amaury.forgeotdarc, gvanrossum, christian.heimes
2007-11-13 01:19:07amaury.forgeotdarcsetspambayes_score: 0.0565073 -> 0.0565073
messageid: <1194916747.26.0.326020567239.issue1265@psf.upfronthosting.co.za>
2007-11-13 01:19:07amaury.forgeotdarclinkissue1265 messages
2007-11-13 01:19:07amaury.forgeotdarccreate