[issue9177] ssl.read/write on closed socket raises AttributeError

STINNER Victor report at bugs.python.org
Fri Jul 19 01:41:29 CEST 2013


STINNER Victor added the comment:

Oops, remove "io.RawIOBase._checkClosed(self)" from my example (I read socket.py at the same time, SSLSocket inherits from socket, not from RawIOBase).

----------

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


More information about the Python-bugs-list mailing list