Heiko Wundram wrote:

> If you don't define an __init__() yourself (as it seems to be the case
> here), MRO (and the rules associated with class methods) will take care
> that the base class' __init__() gets called automatically.

Yes __init__ is being called.  smtpd.PureProxy doesn't define its own init
either and it shows the same behavior as my class: binds to the port but
doesn't respond to connections.

-- 
Edward Elliott
UC Berkeley School of Law (Boalt Hall)
complangpython at eddeye dot net
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to