This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients giampaolo.rodola, orsenthil, python-dev, skrah, vinay.sajip
Date 2011-05-10.06:49:45
SpamBayes Score 0.017315507
Marked as misclassified No
Message-id <1305010186.18.0.0681965762507.issue12039@psf.upfronthosting.co.za>
In-reply-to
Content
I've done a bit more investigating, and the select.error is raised in the server thread when the main thread closes the SMTP server (asyncore.dispatcher). I've modified the server code to swallow the error if the server has been closed.

This closes the issue as far as the select.error is concerned - leaving open for Senthil's follow-up on BadStatusLine.
History
Date User Action Args
2011-05-10 06:49:46vinay.sajipsetrecipients: + vinay.sajip, orsenthil, giampaolo.rodola, skrah, python-dev
2011-05-10 06:49:46vinay.sajipsetmessageid: <1305010186.18.0.0681965762507.issue12039@psf.upfronthosting.co.za>
2011-05-10 06:49:45vinay.sajiplinkissue12039 messages
2011-05-10 06:49:45vinay.sajipcreate