chafporte <[EMAIL PROTECTED]> added the comment:

but in python 2.5 you may do this:

if type(lInstance) == types.InstanceType:
    ...
else:
    ...

and I don't see an easy way to do this with python 2.6
(feel free to propose a solution if you have one)

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

Reply via email to