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 SilentGhost
Recipients SilentGhost, benjamin.peterson, brett.cannon, eric.araujo, ezio.melotti, georg.brandl, lukasz.langa, michael.foord, pitrou
Date 2010-11-25.15:05:37
SpamBayes Score 5.339673e-11
Marked as misclassified No
Message-id <1290697540.99.0.718991608499.issue10518@psf.upfronthosting.co.za>
In-reply-to
Content
Just for the reference: "What's new in Python 3.0" page says:

> Removed callable(). Instead of callable(f) you can use isinstance(f, collections.Callable). The operator.isCallable() function is also gone.

There doesn't seem to be any indication than in two-versions time anyone would feel a need to resurrect it.

It might be not "obvious", but it's consistent with the check for other attributes. And I doubt that it's any more non-obvious than the need to use it in a first place.
History
Date User Action Args
2010-11-25 15:05:41SilentGhostsetrecipients: + SilentGhost, brett.cannon, georg.brandl, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, michael.foord, lukasz.langa
2010-11-25 15:05:40SilentGhostsetmessageid: <1290697540.99.0.718991608499.issue10518@psf.upfronthosting.co.za>
2010-11-25 15:05:37SilentGhostlinkissue10518 messages
2010-11-25 15:05:37SilentGhostcreate