[issue35913] asyncore: allow handling of half closed connections

Andrew Svetlov report at bugs.python.org
Wed Feb 6 16:16:12 EST 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Technically the change seems correct, we have the same logic for asyncio half-closed streams.

But I want to raise the flag again: why we are adding new functionality to the *deprecated* module? It violates our on deprecation policy, isn't it?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35913>
_______________________________________


More information about the Python-bugs-list mailing list