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 n
Recipients BreamoreBoy, christian.heimes, giampaolo.rodola, gjb1002, gregmalcolm, n, pitrou, r.david.murray, rodolpho, stranger4good, werneck, zanella
Date 2013-04-13.16:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365869540.87.0.781219214133.issue2118@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch to make SMTPException an IOError, with corresponding update to docs to point out that __init__ on the SMTP object will raise IOErrors in general, and some SMTPExceptions in particular.

Boston Python Sprint Apr 2013
History
Date User Action Args
2013-04-13 16:12:20nsetrecipients: + n, gjb1002, pitrou, giampaolo.rodola, christian.heimes, stranger4good, zanella, werneck, rodolpho, r.david.murray, BreamoreBoy, gregmalcolm
2013-04-13 16:12:20nsetmessageid: <1365869540.87.0.781219214133.issue2118@psf.upfronthosting.co.za>
2013-04-13 16:12:20nlinkissue2118 messages
2013-04-13 16:12:20ncreate