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 benjamin.peterson
Recipients Trundle, benjamin.peterson, ezio.melotti, georg.brandl, milko.krachounov, ncoghlan
Date 2009-10-23.00:02:48
SpamBayes Score 7.5312782e-06
Marked as misclassified No
Message-id <1afaf6160910221702g5c861bhc962baf2df3b365@mail.gmail.com>
In-reply-to <1256228779.71.0.0960607180135.issue7006@psf.upfronthosting.co.za>
Content
2009/10/22 Georg Brandl <report@bugs.python.org>:
>
> Georg Brandl <georg@python.org> added the comment:
>
> 2to3 still uses hasattr(x, 'callable')

Do you have strong opinions about this? IMO, hasattr(x, '__call__') is
compatible enough.
History
Date User Action Args
2009-10-23 00:02:50benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, ncoghlan, ezio.melotti, Trundle, milko.krachounov
2009-10-23 00:02:48benjamin.petersonlinkissue7006 messages
2009-10-23 00:02:48benjamin.petersoncreate