[New-bugs-announce] [issue9853] Wrong signature for SSLSocket.recvfrom

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


New submission from Antoine Pitrou <pitrou at free.fr>:

SSLSocket.recvfrom includes an `addr` argument in its signature, but socket.recvfrom doesn't take such an argument. It should be removed.
(obviously, this method is neither tested nor used in the real-world...)

In 2.7, this is taken care of by the patch in issue9729.

----------
messages: 116397
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Wrong signature for SSLSocket.recvfrom
type: behavior
versions: Python 3.1, Python 3.2

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


More information about the New-bugs-announce mailing list