[issue21531] Sending a zero-length UDP packet to asyncore invokes handle_close()

STINNER Victor report at bugs.python.org
Sat Jun 28 00:31:14 CEST 2014


STINNER Victor added the comment:

For UDP, you can use the new asyncio module for that.

I agree that the asyncore documentation should mention that datagram protocols (UDP) are not supported.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list