Amaury Forgeot d'Arc added the comment:

__instancecheck__ should be simpler: all classes are new-style, how is
it possible to have different results for
   instance.__class__
and
   type(instance)
?

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1265>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to