Ticket #360 (new enhancement)

Opened 2 months ago

DeprecationWarning: callable() not supported in 3.x

Reported by: thijs Owned by: nick
Priority: major Milestone: Python 3000
Component: Gateway Version: 0.3.1
Keywords: Cc:

Description

The py2.6 buildbot with the -3 option shows:

DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__')
Note: See TracTickets for help on using tickets.