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 jmoy
Recipients jmoy, orsenthil
Date 2012-01-08.06:25:55
SpamBayes Score 1.6388617e-07
Marked as misclassified No
Message-id <1326003965.78.0.823131019371.issue13736@psf.upfronthosting.co.za>
In-reply-to
Content
A patch to fix this issue. Catches exceptions from underlying libraries and reraises them as URLError.

I put the class name of the underlying exception in the reason to make it more descriptive.
History
Date User Action Args
2012-01-08 06:26:05jmoysetrecipients: + jmoy, orsenthil
2012-01-08 06:26:05jmoysetmessageid: <1326003965.78.0.823131019371.issue13736@psf.upfronthosting.co.za>
2012-01-08 06:25:56jmoylinkissue13736 messages
2012-01-08 06:25:56jmoycreate