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 christian.heimes
Recipients benjamin.peterson, christian.heimes, eopadoan
Date 2008-02-11.11:02:32
SpamBayes Score 0.10022284
Marked as misclassified No
Message-id <1202727802.96.0.874927741997.issue2060@psf.upfronthosting.co.za>
In-reply-to
Content
IMO the warning can be removed. The 2to3 tool can easily migrate any
callable(spam) to hasattr(spam, '__call__').
History
Date User Action Args
2008-02-11 11:03:23christian.heimessetspambayes_score: 0.100223 -> 0.10022284
recipients: + christian.heimes, eopadoan, benjamin.peterson
2008-02-11 11:03:22christian.heimessetspambayes_score: 0.100223 -> 0.100223
messageid: <1202727802.96.0.874927741997.issue2060@psf.upfronthosting.co.za>
2008-02-11 11:02:32christian.heimeslinkissue2060 messages
2008-02-11 11:02:32christian.heimescreate