[Python-3000] PEP 3100 Comments

Greg Ewing greg.ewing at canterbury.ac.nz
Sun May 7 07:47:17 CEST 2006


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


More information about the Python-3000 mailing list