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 eopadoan
Recipients benjamin.peterson, eopadoan
Date 2008-02-10.22:34:30
SpamBayes Score 0.5244136
Marked as misclassified No
Message-id <1202682871.84.0.425133149376.issue2060@psf.upfronthosting.co.za>
In-reply-to
Content
> By the way, what are you supposed you use in py3k instead of callable?

Either "try: foo(); except TypeError: ...", or "if hasattr(foo,
'__call__'): foo()".
History
Date User Action Args
2008-02-10 22:34:32eopadoansetspambayes_score: 0.524414 -> 0.5244136
recipients: + eopadoan, benjamin.peterson
2008-02-10 22:34:31eopadoansetspambayes_score: 0.524414 -> 0.524414
messageid: <1202682871.84.0.425133149376.issue2060@psf.upfronthosting.co.za>
2008-02-10 22:34:30eopadoanlinkissue2060 messages
2008-02-10 22:34:30eopadoancreate