Antoine Pitrou <pit...@free.fr> added the comment:

The core problem seems to be that the errno module has mismatching values on 
your Python build (for ECONNREFUSED and EWOULDBLOCK, at least, which explains 
all 4 failures). On a Windows 7 VM here:

>>> errno.ECONNREFUSED
10061
>>> errno.EWOULDBLOCK
10035

----------
components: +Build
nosy: +pitrou
type:  -> behavior
versions: +Python 2.7, Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10469>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to