Re: __init__() not called automatically

2005-05-26 Thread Sri Charan
The compiler also calls the default arguement constructor automatically, if such a constructor is provided for the base class(es); but, this becomes a special case of what has been said by Andrew Koenig. So, it is NOT just the no arguement constructor that is automatically called; note that the

Re: __init__() not called automatically

2005-05-26 Thread Sri Charan
I guess you are right. -- http://mail.python.org/mailman/listinfo/python-list