Replace 'callable(foo)' with 'hasattr(foo, "__call__")'

[email protected] Wed, 28 Oct 2009 21:09:02 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from cvaliente <None>:

This patch eliminates the `DeprecationWarning`s thrown when running the test suite with "`python2.6 -3`"

----------
Type     : enhancement
Component: core
Keywords : py3k
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4065