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 ncoghlan
Recipients Trundle, benjamin.peterson, exarkun, ezio.melotti, georg.brandl, milko.krachounov, ncoghlan, pitrou
Date 2009-11-18.10:16:33
SpamBayes Score 0.00014359869
Marked as misclassified No
Message-id <4B03C977.4000402@gmail.com>
In-reply-to <1258492560.77.0.870261069478.issue7006@psf.upfronthosting.co.za>
Content
Antoine Pitrou wrote:
> Antoine Pitrou <pitrou@free.fr> added the comment:
> 
> I also think isinstance(x, collections.Callable) is the correct
> replacement. Even though it might give a different answer on weird
> corner cases, it is semantically what you are looking for.
> (too bad it has a stupid module placement)

Yes, I was very surprised not to find it as abc.Callable...

Regards,
Nick.
History
Date User Action Args
2009-11-18 10:16:35ncoghlansetrecipients: + ncoghlan, georg.brandl, exarkun, pitrou, benjamin.peterson, ezio.melotti, Trundle, milko.krachounov
2009-11-18 10:16:33ncoghlanlinkissue7006 messages
2009-11-18 10:16:33ncoghlancreate