[issue9729] Unconnected SSLSocket.{send, recv} raises TypeError: 'member_descriptor' object is not callable

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


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

The recvfrom() signature is wrong (it doesn't take an address argument). Here is an updated patch.

----------
Added file: http://bugs.python.org/file18880/issue9729-2.patch

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


More information about the Python-bugs-list mailing list