[issue9853] Wrong signature for SSLSocket.recvfrom and SSLSocket.sendto

Antoine Pitrou report at bugs.python.org
Tue Sep 14 15:39:15 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Similar problem for sendto() (again, see issue9729).
socket.sendto() has an interesting signature (the middle `flags` argument is optional, not the following `addr`...).

----------
title: Wrong signature for SSLSocket.recvfrom -> Wrong signature for SSLSocket.recvfrom and SSLSocket.sendto

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


More information about the Python-bugs-list mailing list