On 4/28/2010 9:32 AM Walter Wefft said...
Emile van Sebille wrote:
On 4/28/2010 3:20 AM Walter Wefft said...
You reiterate my point. To say that dict.__init__ can be omitted in a
subclass's __init__ with no effect, is not a correct statement.


It wasn't the omitted case that exhibits the difference. When
sub-classing, any methods omitted defer to the parent's version so the
init from the dict parent happened.


"omitted in a subclass's __init__", ie. a *call* to the superclass's method


You're right.  Failure to read on my part.  Sorry.

Emile

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to