Message122367
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. |
|
| Date |
User |
Action |
Args |
| 2010-11-25 15:05:41 | SilentGhost | set | recipients:
+ SilentGhost, brett.cannon, georg.brandl, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, michael.foord, lukasz.langa |
| 2010-11-25 15:05:40 | SilentGhost | set | messageid: <[email protected]> |
| 2010-11-25 15:05:37 | SilentGhost | link | issue10518 messages |
| 2010-11-25 15:05:37 | SilentGhost | create | |
|