On 10/02/2013 04:00 PM, Nathaniel McCallum wrote:
On Wed, 2013-10-02 at 15:49 +0200, Petr Viktorin wrote:
As Nathaniel found while implementing OTP, weird super() calls in
get_args make it difficult to customize the get_args behavior in LDAP
CRUD methods.
This patch makes the super() calls prop
On Wed, 2013-10-02 at 15:49 +0200, Petr Viktorin wrote:
> As Nathaniel found while implementing OTP, weird super() calls in
> get_args make it difficult to customize the get_args behavior in LDAP
> CRUD methods.
>
> This patch makes the super() calls properly follow the inheritance chain.
>
>
As Nathaniel found while implementing OTP, weird super() calls in
get_args make it difficult to customize the get_args behavior in LDAP
CRUD methods.
This patch makes the super() calls properly follow the inheritance chain.
I've sent a previous version of the patch, which only corrected one