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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-12-08.19:09:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354993783.87.0.258604768595.issue16647@psf.upfronthosting.co.za>
In-reply-to
Content
In LMTP.connect() a socket error catched and saved but then raised a new error with saved error as argument.

Here is a patch which reraises an original error.
History
Date User Action Args
2012-12-08 19:09:43serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-08 19:09:43serhiy.storchakasetmessageid: <1354993783.87.0.258604768595.issue16647@psf.upfronthosting.co.za>
2012-12-08 19:09:43serhiy.storchakalinkissue16647 messages
2012-12-08 19:09:43serhiy.storchakacreate