Re: [BangPypers] missing something

2010-06-21 Thread Srinivas Reddy Thatiparthy
A small correction, >>I am not sure about this..but probably python finds function objects with >>method name * and with out including method parameters.* Regards, Srini T. --Every day is a school day for me ___ BangPypers mailing list BangPypers@

Re: [BangPypers] missing something

2010-06-21 Thread Srinivas Reddy Thatiparthy
Here goes my 2 cents, What you are trying to do is "method overloading" ,in static language terms. This doesn't exist in python.I am not sure about this..but probably python finds function objects with method name. If anybody clarifies on this topic,it's worth while to learn. anybody? Regards, S

Re: [BangPypers] missing something

2010-06-21 Thread Senthil Kumaran
On Sat, Jun 19, 2010 at 8:56 PM, Zubin Mithra wrote: > Hi everyone, > > I think I`m missing something very basic or have a very basic concept > understood the wrong way, so I`d like to have some help here. Before, the real important thing, it would help to analyze these: What will happen in this

[BangPypers] missing something

2010-06-19 Thread Zubin Mithra
Hi everyone, I think I`m missing something very basic or have a very basic concept understood the wrong way, so I`d like to have some help here. http://paste.pocoo.org/show/227288/ The problem is that the second call to _Mixin2to3.run_2to3() does not work. How do I address the issue? Thanks in