[issue12500] support.transient_internet(): catch also Windows socket errors

STINNER Victor report at bugs.python.org
Tue Jul 5 13:38:49 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> 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.

----------
Added file: http://bugs.python.org/file22582/test_ssl.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12500>
_______________________________________


More information about the Python-bugs-list mailing list