Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

The only windows-related error on connect() should be EINVAL
>From http://msdn.microsoft.com/en-us/library/ms737625 :

> WSAEALREADY
> A nonblocking connect call is in progress on the specified socket.

The same approach is adopted by Twisted which just returns in that case.
A patch is in attachment.
Assigning the issue to me as a reminder to commit the patch if no further 
comments are submitted in the next days.

----------
assignee: josiahcarlson -> giampaolo.rodola
keywords: +patch
Added file: http://bugs.python.org/file18597/asyncore-winerrors.patch

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

Reply via email to