Re: Method call parameters

2003-08-24 Thread Michal Wallace
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

Re: Method call parameters

2003-08-24 Thread Benjamin Goldberg
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

Method call parameters

2003-08-24 Thread TOGoS
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