AMP's inheritance of responder methods is wrong
[email protected] Wed, 03 Mar 2010 17:33:56 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from zseil <[email protected]>: `amp.CommandLocator`'s metaclass recursively walks through the base classes to add inherited responder functions to the `_commandDispatch` dictionary, but it does that in the wrong order. The attached patch should fix this. ---------- Type : defect Component: core Keywords : review Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4343