]> granicus.if.org Git - python/commit
SMTPServer.__init__(): The asyncore.dispatcher base class has a method
authorBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 15:46:31 +0000 (15:46 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 15:46:31 +0000 (15:46 +0000)
commit93a6327adff7274cbfb47f3b8c73970f0605e787
treea79798912dbdb32330188ebbd16026f9c7da8b63
parent6959a2fcd75e20515b0d1d2c24b5d409b89e3421
SMTPServer.__init__(): The asyncore.dispatcher base class has a method
set_reuse_addr() that does the setsockopt fiddling.  Use it instead.
Lib/smtpd.py