help using smptd

Edward Elliott nobody at 127.0.0.1
Sun May 14 23:08:30 EDT 2006


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



More information about the Python-list mailing list