On Sun, 24 Aug 2003, Benjamin Goldberg wrote:
> Togos wrote:
> >
> > What's the reasoning behind putting the object a
> > method is being called on in P2 instead of in the
> > first parameter of the method? I have a feeling that
> > putting it as the first parameter of the method would
> > make t
Togos wrote:
>
> What's the reasoning behind putting the object a
> method is being called on in P2 instead of in the
> first parameter of the method? I have a feeling that
> putting it as the first parameter of the method would
> make the lives of the python folks a little bit
> easier. Would i
What's the reasoning behind putting the object a
method is being called on in P2 instead of in the
first parameter of the method? I have a feeling that
putting it as the first parameter of the method would
make the lives of the python folks a little bit
easier. Would it make it harder for someone e