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 giampaolo.rodola
Recipients giampaolo.rodola, serhiy.storchaka
Date 2012-12-17.12:13:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355746407.35.0.238436167177.issue16646@psf.upfronthosting.co.za>
In-reply-to
Content
Why did you replace socket.error with OSError?
I think we should use socket.create_connection() as a guide line:
http://hg.python.org/cpython/file/45dfb657b430/Lib/socket.py#l401
A patch is in attachment.
History
Date User Action Args
2012-12-17 12:13:27giampaolo.rodolasetrecipients: + giampaolo.rodola, serhiy.storchaka
2012-12-17 12:13:27giampaolo.rodolasetmessageid: <1355746407.35.0.238436167177.issue16646@psf.upfronthosting.co.za>
2012-12-17 12:13:27giampaolo.rodolalinkissue16646 messages
2012-12-17 12:13:27giampaolo.rodolacreate