[issue3162] ssl.SSLSocket implements methods that are overriden by socket.socket.__init__ and methods with incorrect names.

Amaury Forgeot d'Arc report at bugs.python.org
Fri Sep 5 19:08:49 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I asked this because I find the signature misleading:
   read(len)
or read(buffer, len)

io.py, for example, defines read(len) and read_into(buffer).

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


More information about the Python-bugs-list mailing list