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 vstinner
Recipients pitrou, vstinner
Date 2011-07-05.11:38:48
SpamBayes Score 0.026961863
Marked as misclassified No
Message-id <1309865929.27.0.625663259552.issue12500@psf.upfronthosting.co.za>
In-reply-to
Content
> You don't need to add WSAECONNREFUSED,
> it's already there as ECONNREFUSED

Oh ok. Here is a patch for test_ssl.test_connect_ex() ignoring ECONNREFUSED error.
History
Date User Action Args
2011-07-05 11:38:49vstinnersetrecipients: + vstinner, pitrou
2011-07-05 11:38:49vstinnersetmessageid: <1309865929.27.0.625663259552.issue12500@psf.upfronthosting.co.za>
2011-07-05 11:38:48vstinnerlinkissue12500 messages
2011-07-05 11:38:48vstinnercreate