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.18:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354992688.45.0.00340883588323.issue16646@psf.upfronthosting.co.za>
In-reply-to
Content
In FTP.makeport() 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 18:51:28serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-08 18:51:28serhiy.storchakasetmessageid: <1354992688.45.0.00340883588323.issue16646@psf.upfronthosting.co.za>
2012-12-08 18:51:28serhiy.storchakalinkissue16646 messages
2012-12-08 18:51:28serhiy.storchakacreate