Talin wrote: > 1) Getting rid of 'callable'. > > The reccomended replacement is "just call the object and catch the resulting > exception", No, the recommended replacement should be "redesign your API so that you don't need to test whether something is callable". -- Greg