Ticket #4065 enhancement closed invalid
Replace 'callable(foo)' with 'hasattr(foo, "__call__")'
| Reported by: | cvaliente | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Python-3.x |
| Component: | core | Keywords: | |
| Cc: | antoine, exarkun, thijs | Branch: | |
| Author: | Launchpad Bug: |
Description
This patch eliminates the DeprecationWarnings thrown when running the test suite with "python2.6 -3"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

