Antoine Pitrou added the comment:

According to the MSDN doc for connect():

WSAEACCES: An attempt to connect a datagram socket to broadcast address failed 
because setsockopt option SO_BROADCAST is not enabled.

However, this implies that `getaddrinfo(host, port, 0, SOCK_STREAM)` (in 
socket.create_connection) returned parameters for a datagram socket...

----------

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

Reply via email to