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

sendto() has a similar problem. socket.sendto() takes (data, flags=0, addr), 
but SSLSocket.sendto() incorrectly forwards the arguments. Updated patch 
attached.

----------
Added file: http://bugs.python.org/file18881/issue9729-3.patch

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

Reply via email to