Malversán <malvers...@gmail.com> added the comment:

Certainly I have only tested it with SOCK_SEQPACKET, but apparently no one has 
ever tested this before with a socket type other than SOCK_STREAM. It may be 
worth to consider the possibility that the current asyncio implementation may 
also support some other SocketKind sockets:
- SOCK_SEQPACKET (tested)
- SOCK_DGRAM
- SOCK_RAW
- SOCK_RDM

I agree this is an enhancement to incorporate in future releases. I do not 
expect previous versions to be patched.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to