Message122345
I was originally surprised to find that callable() was gone. I pointed it out at Europython and got a very informative explanation from Brett. The isinstance(obj, collections.Callable) was introduced and it works well.
I'm with Ezio here. I'm -1 for callable(), +0 for iscallable() (there should be preferably one obvious way to do it and using isinstance() seems to be that way at this point). |
|
| Date |
User |
Action |
Args |
| 2010-11-25 09:56:13 | lukasz.langa | set | recipients:
+ lukasz.langa, brett.cannon, georg.brandl, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, SilentGhost |
| 2010-11-25 09:56:13 | lukasz.langa | set | messageid: <[email protected]> |
| 2010-11-25 09:56:11 | lukasz.langa | link | issue10518 messages |
| 2010-11-25 09:56:11 | lukasz.langa | create | |
|