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 ezio.melotti, georg.brandl, milko.krachounov, ncoghlan
Date 2009-10-03.05:12:31
SpamBayes Score 0.00015426919
Marked as misclassified No
Message-id <1254546754.46.0.57192665446.issue7006@psf.upfronthosting.co.za>
In-reply-to
Content
hasattr(type(x), "__call__") is technically a more valid replacement due
to the usual matter of metaclass confusion.

(Although putting special methods on instance objects is a recipe for
trouble in more ways than just this one).
History
Date User Action Args
2009-10-03 05:12:34ncoghlansetrecipients: + ncoghlan, georg.brandl, ezio.melotti, milko.krachounov
2009-10-03 05:12:34ncoghlansetmessageid: <1254546754.46.0.57192665446.issue7006@psf.upfronthosting.co.za>
2009-10-03 05:12:32ncoghlanlinkissue7006 messages
2009-10-03 05:12:31ncoghlancreate