[issue24539] StreamReaderProtocol.eof_received() should return True to keep the transport open

STINNER Victor report at bugs.python.org
Sat Jul 25 02:52:31 CEST 2015


STINNER Victor added the comment:

> but it still needs a unittest and merging into CPython 3.4 and up.

I did this part.

By the way, running unit tests now logs two warnings on SSL tests, because returning True has no effect on SSL. We may just remove the warning at runtime and ensure that it's well documented instead. What do you think?

----------

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


More information about the Python-bugs-list mailing list